mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-16 13:41:05 +00:00
feat: Add app menu and native menu items for new separate windows, b=no-bug, c=common, kbs
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user