1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

display configs

This commit is contained in:
bbedward
2025-08-24 10:30:46 -04:00
parent afa60696c8
commit b998cbd3e6
6 changed files with 394 additions and 14 deletions

View File

@@ -361,6 +361,9 @@ DankModal {
}, {
"text": "Dock",
"icon": "dock_to_bottom"
}, {
"text": "Displays",
"icon": "monitor"
}, {
"text": "Recent Apps",
"icon": "history"
@@ -508,12 +511,22 @@ DankModal {
}
Loader {
id: recentAppsLoader
id: displaysLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 6
visible: active
asynchronous: true
sourceComponent: DisplaysTab {}
}
Loader {
id: recentAppsLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 7
visible: active
asynchronous: true
sourceComponent: RecentAppsTab {}
}
@@ -521,7 +534,7 @@ DankModal {
id: themeColorsLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 7
active: sidebarContainer.currentIndex === 8
visible: active
asynchronous: true
sourceComponent: ThemeColorsTab {}
@@ -531,7 +544,7 @@ DankModal {
id: aboutLoader
anchors.fill: parent
active: sidebarContainer.currentIndex === 8
active: sidebarContainer.currentIndex === 9
visible: active
asynchronous: true
sourceComponent: AboutTab {}