Skip to content

Commit

Permalink
Change menu bar icon to anteater to match app icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zev Eisenberg committed Apr 14, 2017
1 parent 8818ee1 commit 146dd4c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Brisk/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
}

private func setupStatusItem() {
let image = NSImage(named: "bug")!
let image = NSImage(named: "StatusItemIcon")!
self.statusItem = NSStatusItem.create(image: image, menu: self.statusMenu)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"images" : [
{
"idiom" : "universal",
"filename" : "StatusItemIcon.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "bug.png",
"filename" : "StatusItemIcon@2x.png",
"scale" : "2x"
},
{
Expand All @@ -17,8 +18,5 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Brisk/Resources/Assets.xcassets/bug.imageset/bug.png
Binary file not shown.
File renamed without changes.
Binary file added Graphics/StatusItemIcon.psd
Binary file not shown.

0 comments on commit 146dd4c

Please sign in to comment.