mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
[Basilisk] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK
This commit is contained in:
parent
8d5005090a
commit
be8bea50ff
3 changed files with 12 additions and 0 deletions
|
|
@ -156,8 +156,12 @@
|
|||
#ifdef XP_MACOSX
|
||||
<toolbarbutton type="menu" class="tabbable"
|
||||
onpopupshowing="document.getElementById('placeContent').focus()"
|
||||
#else
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
<menubar id="placesMenu" _moz-menubarkeeplocal="true">
|
||||
#else
|
||||
<menubar id="placesMenu">
|
||||
#endif
|
||||
<menu accesskey="&organize.accesskey;" class="menu-iconic"
|
||||
#endif
|
||||
id="organizeButton" label="&organize.label;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue