mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-05 05:12:05 -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:
@@ -12,7 +12,7 @@ Item {
|
||||
"zellij"
|
||||
]
|
||||
|
||||
DankFlickable {
|
||||
DankFlickable {
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
contentHeight: mainColumn.height + Theme.spacingXL
|
||||
@@ -79,7 +79,6 @@ DankFlickable {
|
||||
onTextEdited: SettingsData.set("muxCustomCommand", text)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SettingsCard {
|
||||
|
||||
Reference in New Issue
Block a user