mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Awake]Reset Awake mode to "Keep using the selected power plan" (#31402)
* [Awake] Reset Awake mode to "Keep using the selected power plan" * [Awake] Remove duplicated code. * [Awake] Set passive even there is an issue in settings file. * [Awake] Remove unnecessary code
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
KeepDisplayOn = false;
|
||||
Mode = AwakeMode.PASSIVE;
|
||||
IntervalHours = 0;
|
||||
IntervalMinutes = 0;
|
||||
IntervalMinutes = 1;
|
||||
ExpirationDateTime = DateTimeOffset.Now;
|
||||
CustomTrayTimes = new Dictionary<string, int>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user