experimental update category in settings

This commit is contained in:
2026-05-14 01:47:04 +02:00
parent a53a4b32eb
commit f6c4dc8ee1
3 changed files with 147 additions and 0 deletions
+9
View File
@@ -76,6 +76,8 @@ Item {
stack.push(launcher);
else if (currentCategory === "screenshot")
stack.push(screenshot);
else if (currentCategory === "updates")
stack.push(updates);
}
target: root
@@ -234,4 +236,11 @@ Item {
Cat.Screenshot {
}
}
Component {
id: updates
Cat.SystemUpdates {
}
}
}