fx-compat: Use native checkboxes for Quick Copy options

This commit is contained in:
Abe Jellinek 2023-05-09 16:01:52 +03:00
parent 659c131de6
commit 942986c6b6

View file

@ -65,7 +65,8 @@
</th>
<td>
<xul:checkbox id="noteQuickCopy-markdown-includeAppLinks"
oncommand="Zotero_Preferences.Export.onUpdateNoteExportOptions()"/>
oncommand="Zotero_Preferences.Export.onUpdateNoteExportOptions()"
native="true"/>
</td>
</tr>
</tbody>
@ -77,7 +78,8 @@
</th>
<td>
<xul:checkbox id="noteQuickCopy-html-includeAppLinks"
oncommand="Zotero_Preferences.Export.onUpdateNoteExportOptions()"/>
oncommand="Zotero_Preferences.Export.onUpdateNoteExportOptions()"
native="true"/>
</td>
</tr>
</tbody>