We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aa285 commit 1e51bdcCopy full SHA for 1e51bdc
Flow.Launcher/MainWindow.xaml.cs
@@ -1184,6 +1184,7 @@ protected virtual void Dispose(bool disposing)
1184
_notifyIcon?.Dispose();
1185
animationSoundWMP?.Close();
1186
animationSoundWPF?.Dispose();
1187
+ ModernWpf.ThemeManager.Current.ActualApplicationThemeChanged -= ThemeManager_ActualApplicationThemeChanged;
1188
SystemEvents.PowerModeChanged -= SystemEvents_PowerModeChanged;
1189
}
1190
0 commit comments