feat: update app icon branding

This commit is contained in:
nimbold
2026-06-05 20:38:55 +03:30
parent 2fb851b138
commit 41535eca59
5 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 320 B

+1 -1
View File
@@ -91,7 +91,7 @@ struct FirelinkApp: App {
if let nsImage = { () -> NSImage? in
guard let url = menuBarIconURL(),
let img = NSImage(contentsOf: url) else { return nil }
img.size = NSSize(width: 21, height: 21)
img.size = NSSize(width: 23, height: 23)
img.isTemplate = true
return img
}() {