[Telemetry] Fix show hide events on PT Run cold boot (#12796)

* [Telemetry] fix show hide events on PT Run boot

* Fix spellchecker error
This commit is contained in:
Jaime Bernardo
2021-08-18 11:20:48 +01:00
committed by GitHub
parent 784a4641f1
commit 8639740e6c
2 changed files with 16 additions and 9 deletions

View File

@@ -116,6 +116,7 @@ namespace PowerLauncher
ListBox.SuggestionsList.PreviewMouseLeftButtonUp += SuggestionsList_PreviewMouseLeftButtonUp;
_viewModel.PropertyChanged += ViewModel_PropertyChanged;
_viewModel.MainWindowVisibility = Visibility.Collapsed;
_viewModel.LoadedAtLeastOnce = true;
BringProcessToForeground();
}