feat(linux): auto-hide menu bar for cleaner window appearance#293
feat(linux): auto-hide menu bar for cleaner window appearance#293xsistens wants to merge 1 commit intoRunMaestro:mainfrom
Conversation
Set `autoHideMenuBar: true` in BrowserWindow options so the menu bar is hidden by default on Linux. Users can still toggle it with Alt.
|
Thank you for this contribution. We're deep in the throws of getting 0.15.0 out the door and then implementing a short code freeze to complete some refactoring, but then will swing over to playing with this. |
|
@greptile review |
|
✅ Actions performedReview triggered.
|
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughAdded Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryAdded
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 92ed0f5 |
Summary
autoHideMenuBar: truein the BrowserWindow optionsContext
On Linux, Electron shows a native menu bar by default that takes up vertical space and doesn't match the app's custom UI. This single-line change hides it while keeping it accessible via Alt key.
Test plan
Summary by CodeRabbit