diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index d8c05971a..0fd802f1e 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -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