Skip to content

Commit

Permalink
feat: separating the quit button as it is a special case
Browse files Browse the repository at this point in the history
  • Loading branch information
louis.pontoise authored and lwouis committed Mar 10, 2020
1 parent 6b6d748 commit 9fa0c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alt-tab-macos/ui/Menubar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Menubar {
withTitle: "Send feedback…",
action: #selector(app.showFeedbackPanel),
keyEquivalent: ",")
item.menu!.addItem(NSMenuItem.separator())
item.menu!.addItem(
withTitle: "Quit \(App.name)",
action: #selector(NSApplication.terminate(_:)),
Expand Down

0 comments on commit 9fa0c06

Please sign in to comment.