PDF reader: Hide "Rotate Page 180°" menu option for now
Rotating will speed up with Zotero 7, so maybe we can do without this.
This commit is contained in:
parent
ff3a74064b
commit
fe016edf33
2 changed files with 4 additions and 4 deletions
|
@ -139,12 +139,12 @@
|
|||
label="&zotero.pdfReader.rotatePageRight;"
|
||||
oncommand="menuCmd('rotateRight')"
|
||||
/>
|
||||
<menuitem
|
||||
<!--<menuitem
|
||||
id="edit-menuitem-rotate-180"
|
||||
class="menu-type-reader"
|
||||
label="&zotero.pdfReader.rotatePage180;"
|
||||
oncommand="menuCmd('rotate180')"
|
||||
/>
|
||||
/>-->
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menu label="View" onpopupshowing="onViewMenuOpen()">
|
||||
|
|
|
@ -286,12 +286,12 @@
|
|||
label="&zotero.pdfReader.rotatePageRight;"
|
||||
oncommand="ZoteroStandalone.onReaderCmd('rotateRight')"
|
||||
/>
|
||||
<menuitem
|
||||
<!--<menuitem
|
||||
id="edit-menuitem-rotate-180"
|
||||
class="menu-type-reader"
|
||||
label="&zotero.pdfReader.rotatePage180;"
|
||||
oncommand="ZoteroStandalone.onReaderCmd('rotate180')"
|
||||
/>
|
||||
/>-->
|
||||
<menuseparator/>
|
||||
<menuitem id="menu_find" label="&findCmd.label;"
|
||||
key="key_find" accesskey="&findCmd.accesskey;"
|
||||
|
|
Loading…
Reference in a new issue