game-details: Deactivate action when required properties are missing

This commit is contained in:
Jamie Gravendeel
2025-12-02 23:18:17 +01:00
committed by Laura Kramolis
parent 093c10f574
commit 1383384cb5
2 changed files with 16 additions and 2 deletions

View File

@@ -297,11 +297,12 @@ template $GameDetails: Adw.NavigationPage {
Button {
action-name: "details.edit-done";
label: _("Done");
label: _("Apply");
halign: center;
styles [
"pill",
"suggested-action",
]
}
};