Remove Note Font Size -> Reset restart prompt
+ replace empty menuitem with a divider as in the Font Size menu.
This commit is contained in:
parent
27c9086222
commit
2a1ce292d2
2 changed files with 1 additions and 2 deletions
|
@ -531,7 +531,6 @@ const ZoteroStandalone = new function() {
|
|||
|
||||
case 'note-font-size-reset':
|
||||
Zotero.Prefs.clear('note.fontSize');
|
||||
this.promptForRestart();
|
||||
break;
|
||||
|
||||
case 'recursive-collections':
|
||||
|
|
|
@ -390,7 +390,7 @@
|
|||
<menuitem label="64" type="checkbox"/>
|
||||
<menuitem label="72" type="checkbox"/>
|
||||
<menuitem label="96" type="checkbox"/>
|
||||
<menuitem/>
|
||||
<menuseparator/>
|
||||
<menuitem
|
||||
id="view-menuitem-note-font-size-reset"
|
||||
label="&zotero.general.reset;"
|
||||
|
|
Loading…
Reference in a new issue