minor fixes, API integration

This commit is contained in:
2025-12-17 00:39:44 +01:00
parent 154837d411
commit 6b11176015
17 changed files with 287 additions and 174 deletions

View File

@@ -24,11 +24,11 @@ template $ChecklistPage: Box {
}
Label {
label: _("List of all Warframes available as of Dec 10 '25");
label: _("List of all Warframes available as of today");
margin-bottom: 12;
styles [
"dim-label",
"dimmed",
]
}
@@ -155,7 +155,7 @@ template $ChecklistPage: Box {
}
ToggleButton cyte09 {
name: "cyte09";
name: "cyte-09";
label: _("Cyte-09");
margin-bottom: 4;
}
@@ -622,7 +622,7 @@ template $ChecklistPage: Box {
}
ToggleButton cyte09_prime {
name: "cyte09_prime";
name: "cyte-09_prime";
label: _("Cyte-09 Prime");
margin-bottom: 4;
can-target: false;