Commit 89c0e26
committed
Make hideWindowOnQuit = true by default on macOS
Right now, this change doesn't do anything, because hideWindowOnQuit is ignored on macOS (see shouldHideWindowInsteadOfClose in app-window.ts).
In the future, if we wanted macOS users to be able to fully close the main window, we would need to remove the __DARWIN__ check from shouldHideWindowInsteadOfClose, and then it would make sense for the default value to be true.
Making this change now so that new installs start populating this setting with the correct value, reducing confusion in the long run.1 parent 6ee9c94 commit 89c0e26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
637 | | - | |
| 637 | + | |
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| |||
0 commit comments