Implement minimized action to hide the application on close (#60)

* Implement minimzed action to hide the application on close instead of
closing it.

* Add close event on the tray icon

* Add all items in the menu (not only Show/Close app)

* Changes on mainWindow. Toggle instead of Open/Close pair button
This commit is contained in:
Ignacio Brasca
2021-06-17 15:37:14 -03:00
committed by Mastermindzh
parent aa562c4a30
commit 64d1aa4041
6 changed files with 55 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ const settings = {
width: "windowBounds.width",
height: "windowBounds.height",
},
minimizeOnClose: "minimizeOnClose",
};
module.exports = settings;