Skip to content

Commit 4998df7

Browse files
author
Neurs
committed
🛠️ Fix reload not working
1 parent 9cc5f06 commit 4998df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HotkeysLoad.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ internal partial class HotkeysLoad
3232

3333
public static void RegisterHotkeys(HotkeyEvent hotkeyEvent)
3434
{
35+
assignedHotkeys.Clear();
3536
pointedEvent = hotkeyEvent;
3637
KeyboardHookHandler.RemoveHook();
3738
ConfigParse();

0 commit comments

Comments
 (0)