waffle: start: move Other category to last

This commit is contained in:
end-4
2025-12-22 23:01:00 +01:00
parent 896aa97701
commit 29c8001785
@@ -28,13 +28,13 @@ GridLayout {
}), aggAppCatComp.createObject(null, { }), aggAppCatComp.createObject(null, {
name: Translation.tr("Creativity"), name: Translation.tr("Creativity"),
categories: ["AudioVideo", "Graphics"] categories: ["AudioVideo", "Graphics"]
}), aggAppCatComp.createObject(null, {
name: Translation.tr("Other"),
categories: ["Game"]
}), aggAppCatComp.createObject(null, { }), aggAppCatComp.createObject(null, {
name: Translation.tr("System"), name: Translation.tr("System"),
categories: ["Settings", "System"] categories: ["Settings", "System"]
}) }), aggAppCatComp.createObject(null, {
name: Translation.tr("Other"),
categories: ["Game"]
}),
] ]
Repeater { Repeater {