mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Simplify theme refresh logic in ActualApplicationThemeChanged
This commit is contained in:
parent
65042d9fe1
commit
7476cdd894
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue