From b9c9ade9d9679319c1c6ad4a08d955a4adfdc8d6 Mon Sep 17 00:00:00 2001 From: Noraa Junker Date: Wed, 19 Nov 2025 23:32:31 +0100 Subject: [PATCH] Use atom variable in hotkey id --- .../RunnerV2/ModuleInterfaces/AlwaysOnTopModuleInterface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RunnerV2/RunnerV2/ModuleInterfaces/AlwaysOnTopModuleInterface.cs b/src/RunnerV2/RunnerV2/ModuleInterfaces/AlwaysOnTopModuleInterface.cs index 8501efb299..059e3d7904 100644 --- a/src/RunnerV2/RunnerV2/ModuleInterfaces/AlwaysOnTopModuleInterface.cs +++ b/src/RunnerV2/RunnerV2/ModuleInterfaces/AlwaysOnTopModuleInterface.cs @@ -63,7 +63,7 @@ namespace RunnerV2.ModuleInterfaces private void InitializeHotkey() { Hotkeys.Clear(); - Hotkeys.Add(((HotkeyEx)new SettingsUtils().GetSettings(Name).Properties.Hotkey.Value) with { Identifier = 0x1 }, () => + Hotkeys.Add(((HotkeyEx)new SettingsUtils().GetSettings(Name).Properties.Hotkey.Value) with { Identifier = _pinHotkeyAtom }, () => { if (!_process?.HasExited ?? false) {