mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 23:43:44 +08:00
Hotfix layoutfluid to properly save
This commit is contained in:
parent
7cbf538c77
commit
d95dd59160
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ function activateFunbox(funbox, mode) {
|
|||
config.keymapMode = "on";
|
||||
changeKeymapMode("next");
|
||||
settingsGroups.keymapMode.updateButton();
|
||||
config.layoutBeforeLayoutfluid = config.layout;
|
||||
config.savedLayout = config.layout;
|
||||
changeLayout("qwerty");
|
||||
settingsGroups.layout.updateButton();
|
||||
changeKeymapLayout("qwerty");
|
||||
|
|
Loading…
Reference in a new issue