ui: add quit

This commit is contained in:
0xMRTT 2023-05-05 01:14:57 +02:00
parent 64e9d63836
commit 7f860e4ac1
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -221,6 +221,11 @@ menu main-menu {
action: "win.show-help-overlay";
}
item {
label: _("Quit");
action: "app.quit";
}
item {
label: _("About Bavarder");
action: "app.about";