Update to .NET 9

This commit is contained in:
2025-09-25 14:37:42 -04:00
parent 636c7f9b2a
commit 4d7d7c041a
6 changed files with 22 additions and 21 deletions

View File

@@ -96,7 +96,7 @@ public partial class MainWindow
NotificationIcon.Dispose();
}
private readonly DebounceDispatcher _updateWindowSettingsDispatcher = new(500);
private readonly DebounceDispatcher _updateWindowSettingsDispatcher = new(TimeSpan.FromMilliseconds(500));
private void HandleWindowSizeChanged(object sender, SizeChangedEventArgs e)
{