-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sleep settings not resetting properly
Clicking the reset button in SettingsPopup calls loadSettings, but loadSettings calls setAutoStartApplication via setProperty, and setAutoStartApplication calls saveSettings. This prevents the sleep settings from resetting properly. I moved the saveSettings call to the QML to fix this.
- Loading branch information
Nick
committed
Sep 28, 2021
1 parent
5d9ed8f
commit 985414e
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters