mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Code quality
This commit is contained in:
parent
494e947ccc
commit
c64e16d086
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ namespace Flow.Launcher
|
|||
App.API.SaveAppAllSettings();
|
||||
|
||||
// Show Welcome Window
|
||||
var WelcomeWindow = new WelcomeWindow();
|
||||
WelcomeWindow.Show();
|
||||
var welcomeWindow = new WelcomeWindow();
|
||||
welcomeWindow.Show();
|
||||
}
|
||||
|
||||
// Hide window if need
|
||||
|
|
|
|||
Loading…
Reference in a new issue