bar: actually fixed it (there was a typo oopsie)

This commit is contained in:
nrand
2025-09-19 07:58:12 +03:00
parent 0859d75256
commit ed56d03c09
@@ -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;
}