diff --git a/VoiceInk/HotkeyManager.swift b/VoiceInk/HotkeyManager.swift index 6c1628a..081dd95 100644 --- a/VoiceInk/HotkeyManager.swift +++ b/VoiceInk/HotkeyManager.swift @@ -437,6 +437,7 @@ class HotkeyManager: ObservableObject { } deinit { + NotificationCenter.default.removeObserver(self) Task { @MainActor in removeAllMonitoring() }