mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
**Description:** I recently installed waveterm and I just love it. I like to use my terminal without titlebar, So I removed the titlebar of waveterm in my ubuntu desktop but the menu bar is showing constantly. So I look into the code and made the changes. This pull request adds a simple feature which will hide/show the menubar using `ALT` key. **Changes Made:** 1. When initializing electron's BrowserWindow, I added a parameter `autoHideMenuBar: true`. **Testing Done:** Tested the feature by pressing `ALT` Key. It works perfectly.