Skip to content

Commit 5121ea5

Browse files
committed
Add "Quit" option to application menu for improved usability
1 parent cbc3e88 commit 5121ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/windows/main_window.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ namespace AppManager {
549549
menu.append(I18n.tr("Preferences"), "app.show_preferences");
550550
menu.append(I18n.tr("Keyboard shortcuts"), "app.show_shortcuts");
551551
menu.append(I18n.tr("About AppManager"), "app.show_about");
552+
menu.append(I18n.tr("Quit"), "app.quit");
552553
return menu;
553554
}
554555

0 commit comments

Comments
 (0)