summarylogtreecommitdiffstats
path: root/menu-bar.patch
diff options
context:
space:
mode:
authorSibren Vasse2021-07-02 14:29:05 +0200
committerSibren Vasse2021-07-02 14:29:41 +0200
commit2124d34d76463ebea1059907115d06681aa49cce (patch)
tree61f5ee4e0bb8890e1b332cc6eb3cb40d0bebfd00 /menu-bar.patch
parent9dca6ea920b577034bd593ea558b68572353507d (diff)
downloadaur-2124d34d76463ebea1059907115d06681aa49cce.tar.gz
v5.30.0
Diffstat (limited to 'menu-bar.patch')
-rw-r--r--menu-bar.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/menu-bar.patch b/menu-bar.patch
deleted file mode 100644
index 702156bfc738..000000000000
--- a/menu-bar.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build/main.js b/build/main.js
-index ff2a38b..823a767 100644
---- a/build/main.js
-+++ b/build/main.js
-@@ -3062,6 +3062,8 @@
- mainView.setAutoResize({ width: !0, height: !0 });
- } else this.appService.setWindow(this.window, void 0);
- this.appService.setUserAgent(),
-+ this.window.setAutoHideMenuBar(true),
-+ this.window.setMenuBarVisibility(false),
- isPlatform(PLATFORM.DARWIN)
- ? this.window.on("moved", () => {
- this.windowState.save();