Hide About window in Window menu (Mac) (#3113)

This commit is contained in:
Abe Jellinek 2023-05-09 03:35:40 +03:00 committed by GitHub
parent 8c37865c07
commit 508cd0a64c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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