minor fixes, API integration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user