Electron buttons (close, minimize to tray, etc) buttons visible in browser
See original GitHub issuecode-serverversion:- OS Version:
Description
The window doesn’t seems to close, minimize or maximize… NO BUTTONS ARE WORKING!
Steps to Reproduce
step 1: open the text editor step 2: try to close the window using ‘X’ button at the top right corner.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Electron.js How to minimize/close window to system tray and ...
The trick is to catch the close and minimize events. var BrowserWindow = require('browser-window'), var mainWindow = new BrowserWindow({ ...
Read more >Electron Frameless Window Close and Minimize to Tray
If we want to use frameless window and implement our own minimize and close buttons, minimizing to tray will not work as expected....
Read more >Can we disable the minimize button for the BrowserWindow?
Yes you're right, coming from a tiling window manager where I close windows through key combinations, I didn't realize you still need to ......
Read more >How to create a custom frameless window (without title bar ...
Learn how to create a frameless window with custom controls (minimize, maximize and close buttons) in Electron Framework. To create a window ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

CC @coadler can we reopen this? We need to track this issue to make sure we remove those specific buttons
Fixed!