Fixed menubar icon

This commit is contained in:
Beingpax 2025-06-07 17:25:44 +05:45
parent d7c23f91d0
commit a821b201c7

View File

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