fx-compat: Add comment explaining menubar change

This commit is contained in:
Abe Jellinek 2022-06-27 14:22:02 -04:00
parent a8c4e0637b
commit a654ad291f

View file

@ -71,4 +71,9 @@
<key id="key_close" key="&closeCmd.key;" command="cmd_close" modifiers="accel"/>
<key id="key_mainWindow" key="0" command="cmd_mainWindow" modifiers="accel"/>
</keyset>
<!-- Fx102 change: No menubar here. nsMenuBarX constructs the Cocoa
global application menu from the first menubar it finds with relevant
menuitems, and we want to let zoteroPane.xhtml create those later.
https://searchfox.org/mozilla-central/source/widget/cocoa/nsMenuBarX.mm#498 -->
</window>