Skip to content

Commit

Permalink
add app name to menu + remove icp4, icp5, icp6 from app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
relikd committed Oct 12, 2021
1 parent 3775386 commit 733419c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified src/AppIcon.icns
Binary file not shown.
1 change: 1 addition & 0 deletions src/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
button.image = self.statusMenuIcon()
}
self.statusItem.menu = NSMenu(title: "")
self.statusItem.menu!.addItem(withTitle: "Memmon", action: nil, keyEquivalent: "")
self.statusItem.menu!.addItem(withTitle: "Hide Status Icon", action: #selector(self.enableInvisbleMode), keyEquivalent: "")
self.statusItem.menu!.addItem(withTitle: "Quit", action: #selector(NSApp.terminate), keyEquivalent: "q")
}
Expand Down

0 comments on commit 733419c

Please sign in to comment.