diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 113f1f583..06b2dda9e 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -109,10 +109,7 @@ namespace Flow.Launcher private void ViewModel_ActualApplicationThemeChanged(object sender, ActualApplicationThemeChangedEventArgs args) { - if (_settings.ColorScheme == Constant.System) - { - _ = _theme.RefreshFrameAsync(); - } + _ = _theme.RefreshFrameAsync(); } private void OnSourceInitialized(object sender, EventArgs e)