mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-04 09:35:36 -05: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