Register the hotkey after PT Run is initialized (#11858)

This commit is contained in:
Mykhailo Pylyp
2021-06-24 17:50:34 +03:00
committed by GitHub
parent 0f32e99d88
commit d7e09e83c2
2 changed files with 6 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ namespace PowerLauncher
bootTime.Stop();
Log.Info(textToLog.ToString(), GetType());
_mainVM.RegisterHotkey();
PowerToysTelemetry.Log.WriteEvent(new LauncherBootEvent() { BootTimeMs = bootTime.ElapsedMilliseconds });
// [Conditional("RELEASE")]