1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 07:42:09 -04:00

cleanup settings tabs

This commit is contained in:
bbedward
2026-03-19 20:02:46 -04:00
parent e9d030f6d8
commit 9070903512
6 changed files with 57 additions and 922 deletions

View File

@@ -241,21 +241,6 @@ FocusScope {
}
}
Loader {
id: greeterLoader
anchors.fill: parent
active: root.currentIndex === 31
visible: active
focus: active
sourceComponent: GreeterTab {}
onActiveChanged: {
if (active && item)
Qt.callLater(() => item.forceActiveFocus());
}
}
Loader {
id: pluginsLoader
anchors.fill: parent