1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

wip binds

This commit is contained in:
bbedward
2025-09-30 12:41:57 -04:00
parent 287dda5675
commit 841e55d37f
7 changed files with 1897 additions and 7 deletions

View File

@@ -34,27 +34,28 @@ Item {
}
Loader {
id: timeLoader
id: timeWeatherLoader
anchors.fill: parent
active: root.currentIndex === 1
visible: active
asynchronous: true
sourceComponent: TimeTab {
sourceComponent: TimeWeatherTab {
}
}
Loader {
id: weatherLoader
id: keybindsLoader
anchors.fill: parent
active: root.currentIndex === 2
visible: active
asynchronous: true
sourceComponent: WeatherTab {
sourceComponent: KeybindsTab {
parentModal: root.parentModal
}
}