Skip to content

Commit 9a74a4f

Browse files
committed
feat: add quit option
1 parent e9cdade commit 9a74a4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/ui/layout/sidebar.blp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ menu primary_menu {
4949
}
5050

5151
item {
52-
label: _("_Keyboard Shortcuts");
53-
action: "win.show-help-overlay";
52+
label: _("_About Muzika");
53+
action: "app.about";
5454
}
5555

5656
item {
57-
label: _("_About Muzika");
58-
action: "app.about";
57+
label: _("_Quit");
58+
action: "app.quit";
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)