Skip to content

Commit

Permalink
feat: quit button is clearer with explicit mention of the name
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 8cb6d86 commit 6b6d748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt-tab-macos/ui/Menubar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Menubar {
action: #selector(app.showFeedbackPanel),
keyEquivalent: ",")
item.menu!.addItem(
withTitle: "Quit",
withTitle: "Quit \(App.name)",
action: #selector(NSApplication.terminate(_:)),
keyEquivalent: "q")
return item
Expand Down

0 comments on commit 6b6d748

Please sign in to comment.