Issue/Description:
Tasks only listens to and applies theme changes if the current theme mode (light/dark) matches the mode that was active when the application was initially launched. If the system theme mode changes after launch, the app does not update accordingly unless it was started in that same mode.
Version:
0.2.0
Steps to Reproduce:
- Launch Tasks while system is in light mode
- Change system theme to dark mode
- Import a new dark mode theme
- Observe that the app does not update its theme
- Switch back to light mode & import a new light theme
- Observe the app recognize the change since light mode was the default, when the app was launched
Expected Behavior:
Tasks should listen to theme changes dynamically and update its UI regardless of the theme mode it was launched in.