Skip to content

Commit 0181ab1

Browse files
authored
Merge branch 'dev' into quickswitch
2 parents 69d8b12 + 2fdab61 commit 0181ab1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
204204
// it will steal focus from main window which causes window hide
205205
HotKeyMapper.Initialize();
206206

207-
// Main windows needs initialized before theme change because of blur settings
207+
// Initialize theme for main window
208208
Ioc.Default.GetRequiredService<Theme>().ChangeTheme();
209209

210210
QuickSwitch.InitializeQuickSwitch();

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ private async void OnLoaded(object sender, RoutedEventArgs e)
169169
// Force update position
170170
UpdatePosition();
171171

172-
// Refresh frame
173-
await _theme.RefreshFrameAsync();
174-
175172
// Initialize resize mode after refreshing frame
176173
SetupResizeMode();
177174

0 commit comments

Comments
 (0)