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) }