forked from Shinonome/dots-hyprland
bar: actually fixed it (there was a typo oopsie)
This commit is contained in:
@@ -59,7 +59,7 @@ Singleton {
|
|||||||
if (matchVariant && matchVariant[3] === targetDescription) {
|
if (matchVariant && matchVariant[3] === targetDescription) {
|
||||||
const complexLayout = matchVariant[2] + " " + matchVariant[1];
|
const complexLayout = matchVariant[2] + " " + matchVariant[1];
|
||||||
root.cachedLayoutCodes[matchVariant[3]] = complexLayout;
|
root.cachedLayoutCodes[matchVariant[3]] = complexLayout;
|
||||||
root.currentLayourCode = complexLayout;
|
root.currentLayoutCode = complexLayout;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user