This commit is contained in:
kramo
2023-04-10 16:34:03 +02:00
parent 39f79e118e
commit 0fb7c859d2
6 changed files with 12 additions and 11 deletions

View File

@@ -145,14 +145,15 @@ template CartridgesWindow : Adw.ApplicationWindow {
vexpand: true;
valign: center;
Button overview_launch {
name: "overview_launch";
Button overview_play_button {
name: "overview_play_button";
action-name: "app.launch_game";
label: _("Play");
halign: start;
margin-top: 24;
styles [
"opaque",
"pill",
]
}