We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc3e88 commit 5121ea5Copy full SHA for 5121ea5
src/windows/main_window.vala
@@ -549,6 +549,7 @@ namespace AppManager {
549
menu.append(I18n.tr("Preferences"), "app.show_preferences");
550
menu.append(I18n.tr("Keyboard shortcuts"), "app.show_shortcuts");
551
menu.append(I18n.tr("About AppManager"), "app.show_about");
552
+ menu.append(I18n.tr("Quit"), "app.quit");
553
return menu;
554
}
555
0 commit comments