fx-compat: Use native checkboxes for Quick Copy options
This commit is contained in:
parent
659c131de6
commit
942986c6b6
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue