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

Fixed mux tab having same id as locale tab (#2031)

* Feat: fix mux tab having same id as locale tab

* Feat: updated some icon

* Update KeybindsModal.qml
This commit is contained in:
Youseffo13
2026-03-20 14:27:46 +01:00
committed by purian23
parent 161fa2dba5
commit dd2a3f3efc
4 changed files with 10 additions and 8 deletions

View File

@@ -477,7 +477,7 @@ FocusScope {
Loader {
id: muxLoader
anchors.fill: parent
active: root.currentIndex === 30
active: root.currentIndex === 32
visible: active
focus: active