feat: Remove "Quit" menu entry

For keyboard users there are shortcut, for mouse users there are close
button :)
This commit is contained in:
David Lapshin 2023-05-07 22:08:33 +03:00
parent 6552dd1561
commit f15696e470
Signed by untrusted user: daudix
GPG key ID: 93ECF15D3053D81C

View file

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