From a821b201c76ac9a2f16a61b58cb3f9fc844a006b Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 7 Jun 2025 17:25:44 +0545 Subject: [PATCH] Fixed menubar icon --- VoiceInk/VoiceInk.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/VoiceInk.swift b/VoiceInk/VoiceInk.swift index 7b9a206..8028332 100644 --- a/VoiceInk/VoiceInk.swift +++ b/VoiceInk/VoiceInk.swift @@ -145,7 +145,7 @@ struct VoiceInkApp: App { $0.size.height = 22 $0.size.width = 22 / ratio return $0 - }(NSImage(named: "AppIcon")!) + }(NSImage(named: "menuBarIcon")!) Image(nsImage: image) }