mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-03-24 11:04:36 -04:00
Update to .NET 9
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user