You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Currently the application will minimize to the tray by default. We should turn this into an optional feature since the icon for MM is not widely known and it could confuse the user to see the application "disappear" as soon as it's been minimized.
The text was updated successfully, but these errors were encountered:
Disable this functionality by default in the main process.
Add a new app setting to toggle this.
Update the Settings screen to display this setting.
Add a hook to the main process to react when this setting is changed.
Optionally we could update the handler in the main process to check the app setting whenever the user clicks the minimize button, but I'm uncomfortable with the main window taking a direct dependency on a module.
Currently the application will minimize to the tray by default. We should turn this into an optional feature since the icon for MM is not widely known and it could confuse the user to see the application "disappear" as soon as it's been minimized.
The text was updated successfully, but these errors were encountered: