From 78ab6fb3b2ee58bd2f0ec656a582917d6e3b6614 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 3 Jan 2026 09:43:38 +0545 Subject: [PATCH] fix NotificationCenter observer issue --- VoiceInk/HotkeyManager.swift | 1 + 1 file changed, 1 insertion(+) 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() }