feat: Add app menu and native menu items for new separate windows, b=no-bug, c=common, kbs

This commit is contained in:
mr. m
2026-01-19 02:19:06 +01:00
parent 341b0252e4
commit 2f92c2c869
9 changed files with 54 additions and 19 deletions

View File

@@ -4,10 +4,4 @@
#include zen-commands.inc.xhtml
<keyset id="zenKeyset">
# Prefetch these keys because they are being used by the native menu bar
# and they need to be available even before the XUL is fully loaded and
# our KBS sysmtem is initialized.
<key id="zen-workspace-forward" />
<key id="zen-workspace-backward" />
</keyset>
<keyset id="zenKeyset" />

View File

@@ -239,8 +239,7 @@
list-style-image: url("privateBrowsing.svg") !important;
}
#profiler-button-button > .toolbarbutton-icon,
.subviewbutton[label="Task Manager"] {
#profiler-button-button > .toolbarbutton-icon {
list-style-image: url("tool-profiler.svg") !important;
}
@@ -249,7 +248,8 @@
}
#new-window-button,
#appMenu-new-window-button2 {
#appMenu-new-window-button2,
#appMenu-new-zen-unsynced-window-button {
list-style-image: url("window.svg") !important;
}