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

Revert "wip binds"

This reverts commit 841e55d37f.
This commit is contained in:
purian23
2025-10-01 11:49:29 -04:00
parent 841e55d37f
commit 0a038fa3c9
7 changed files with 7 additions and 1897 deletions

View File

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

View File

@@ -12,11 +12,11 @@ Rectangle {
"text": "Personalization",
"icon": "person"
}, {
"text": "Time & Weather",
"text": "Time & Date",
"icon": "schedule"
}, {
"text": "Key Bindings",
"icon": "keyboard"
"text": "Weather",
"icon": "cloud"
}, {
"text": "Dank Bar",
"icon": "toolbar"