diff --git a/.gitignore b/.gitignore
index 3dfb4de..4bb5ad3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
subprojects/blueprint-compiler
+_build
\ No newline at end of file
diff --git a/data/resources/ui/checklist.blp b/data/resources/ui/checklist.blp
index 7c3f341..8ff5562 100644
--- a/data/resources/ui/checklist.blp
+++ b/data/resources/ui/checklist.blp
@@ -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;
diff --git a/data/resources/ui/checklist.ui b/data/resources/ui/checklist.ui
index 277f00f..13419c8 100644
--- a/data/resources/ui/checklist.ui
+++ b/data/resources/ui/checklist.ui
@@ -32,10 +32,10 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
@@ -189,7 +189,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
@@ -740,7 +740,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.