Commit e8dc2ad
authored
🤖 Hide menu bar on Linux by default (#145)
Hides the menu bar on Linux by default (similar to VS Code UX). Users
can press Alt to toggle visibility.
**Why:**
The traditional menu bar looks outdated on Linux. VS Code and other
modern apps hide it by default for a cleaner look.
**Changes:**
- Set `autoHideMenuBar: true` for Linux platform in BrowserWindow
options
- Menu remains accessible via Alt key toggle
- macOS and Windows behavior unchanged
**Testing:**
- [ ] Verify menu bar is hidden on Linux launch
- [ ] Verify Alt key toggles menu visibility
- [ ] Verify macOS/Windows show menu bar normally
_Generated with `cmux`_1 parent 3f2853c commit e8dc2ad
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| |||
0 commit comments