Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 26, 2024
1 parent 609443f commit 3557535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void ShowInfoBar(string message, InfoBarSeverity severity)
InfoBar.IsOpen = true;
}

private void WindowEx_WindowStateChanged(object sender, WindowState e)
private static void WindowEx_WindowStateChanged(object sender, WindowState e)
{
if (e == WindowState.Minimized)
return;
Expand Down

0 comments on commit 3557535

Please sign in to comment.