mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Register the hotkey after PT Run is initialized (#11858)
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user