1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Settings Reorganization

This commit is contained in:
purian23
2025-08-19 20:49:03 -04:00
parent 3f57c6dab7
commit 72ca663c31
4 changed files with 398 additions and 386 deletions

View File

@@ -153,9 +153,6 @@ DankModal {
}, {
"text": "Theme & Colors",
"icon": "palette"
}, {
"text": "System Themes",
"icon": "extension"
}, {
"text": "About",
"icon": "info"
@@ -328,21 +325,11 @@ DankModal {
sourceComponent: ThemeColorsTab {}
}
Loader {
id: systemThemesLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 8
visible: active
asynchronous: true
sourceComponent: SystemThemesTab {}
}
Loader {
id: aboutLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 9
active: sidebarContainer.currentIndex === 8
visible: active
asynchronous: true
sourceComponent: AboutTab {}