mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Awake]Fix crash on negative timezone offsets (#25393)
* [Awake]Fix crash on negative timezone offsets * fix spellchecker
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
Mode = AwakeMode.PASSIVE;
|
||||
IntervalHours = 0;
|
||||
IntervalMinutes = 0;
|
||||
ExpirationDateTime = DateTimeOffset.MinValue;
|
||||
ExpirationDateTime = DateTimeOffset.Now;
|
||||
CustomTrayTimes = new Dictionary<string, int>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user