diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 9038762f2..aa77d64f3 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -65,7 +65,8 @@ namespace Flow.Launcher _settings = settings; InitializeComponent(); - + UpdatePosition(true); + InitSoundEffects(); DataObject.AddPastingHandler(QueryTextBox, QueryTextBox_OnPaste); } @@ -97,6 +98,7 @@ namespace Flow.Launcher } // Hide window if need + UpdatePosition(true); if (_settings.HideOnStartup) { _viewModel.Hide();