ShortcutCard: fixed typo introduced by #882

This commit is contained in:
ItsLemmy
2025-11-27 08:45:42 -05:00
parent ee2ff95de0
commit fd17032fe5
@@ -14,7 +14,7 @@ RowLayout {
NBox {
Layout.fillWidth: true
Layout.preferredHeight: root.shortcutsHeight
visible: Settings.datga.controlCenter.shortcuts.left.length > 0
visible: Settings.data.controlCenter.shortcuts.left.length > 0
RowLayout {
id: leftContent