Hide About window in Window menu (Mac) (#3113)
This commit is contained in:
parent
8c37865c07
commit
508cd0a64c
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
|
||||
<window
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="moveToAlertPosition(); sizeToContent(); document.getElementById('zotero-about').getButton('accept').focus();">
|
||||
onload="moveToAlertPosition(); sizeToContent(); document.getElementById('zotero-about').getButton('accept').focus();"
|
||||
inwindowmenu="false">
|
||||
<dialog
|
||||
id="zotero-about"
|
||||
buttons="accept"
|
||||
|
@ -85,4 +86,4 @@
|
|||
</vbox>
|
||||
</vbox>
|
||||
</dialog>
|
||||
</window>
|
||||
</window>
|
||||
|
|
Loading…
Reference in a new issue