aur/auto-hide-menu-bar.patch
David Birks 85c79e2a07
Add a patch to hide the electron menu by default
Pressing `Alt` will still reveal it
2025-07-08 01:21:50 -04:00

6 lines
267 B
Diff

diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts
index b86e34d3aa..c2075a3883 100644
--- a/ui/desktop/src/main.ts
+++ b/ui/desktop/src/main.ts
@@ -541,0 +542 @@ const createChat = async (
+ autoHideMenuBar: process.platform === 'linux' ? true : false,