diff --git a/VoiceInk/HotkeyManager.swift b/VoiceInk/HotkeyManager.swift index 93e1a92..3654f24 100644 --- a/VoiceInk/HotkeyManager.swift +++ b/VoiceInk/HotkeyManager.swift @@ -426,4 +426,4 @@ class HotkeyManager: ObservableObject { removeAllMonitoring() } } -} \ No newline at end of file +} diff --git a/VoiceInk/PowerMode/PowerModeShortcutManager.swift b/VoiceInk/PowerMode/PowerModeShortcutManager.swift index 1037347..44fa967 100644 --- a/VoiceInk/PowerMode/PowerModeShortcutManager.swift +++ b/VoiceInk/PowerMode/PowerModeShortcutManager.swift @@ -38,7 +38,6 @@ class PowerModeShortcutManager { let idsToRemove = registeredPowerModeIds.subtracting(powerModesWithShortcuts) idsToRemove.forEach { id in KeyboardShortcuts.setShortcut(nil, for: .powerMode(id: id)) - KeyboardShortcuts.disable(.powerMode(id: id)) registeredPowerModeIds.remove(id) }