diff --git a/.config/quickshell/ii/services/HyprlandXkb.qml b/.config/quickshell/ii/services/HyprlandXkb.qml index 2d9d408e2..54c8f8f8b 100644 --- a/.config/quickshell/ii/services/HyprlandXkb.qml +++ b/.config/quickshell/ii/services/HyprlandXkb.qml @@ -59,7 +59,7 @@ Singleton { if (matchVariant && matchVariant[3] === targetDescription) { const complexLayout = matchVariant[2] + " " + matchVariant[1]; root.cachedLayoutCodes[matchVariant[3]] = complexLayout; - root.currentLayourCode = complexLayout; + root.currentLayoutCode = complexLayout; return true; }