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
feat: implement close behavior settings and enhance tray functionality
- Added a new close behavior setting allowing users to choose between "ask", "minimize to tray", or "quit" when closing the application.
- Updated the GeneralSettings component to include a dropdown for selecting the close behavior.
- Introduced a system tray feature that retains the application icon and provides a context menu based on the current task.
- Enhanced the App component to integrate the TrayBridge for managing tray interactions.
- Updated localization files to include new strings related to close behavior and tray functionality.
- Refactored tests to validate the new close behavior settings and ensure proper integration with the tray functionality.
0 commit comments