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
73306ee5fb
commit
aa0ef7012c
2 changed files with 4 additions and 4 deletions
chrome/content/zotero
|
@ -82,12 +82,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()">
|
||||
|
|
|
@ -245,12 +245,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')"
|
||||
/>
|
||||
/>-->
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue