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:
Dan Stillman 2022-10-17 23:58:15 -04:00
parent 73306ee5fb
commit aa0ef7012c
2 changed files with 4 additions and 4 deletions
chrome/content/zotero

View file

@ -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()">

View file

@ -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>