mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-14 07:54:41 +08:00
Merge pull request #480 from dmartin-tech/patch-1
Hotfix layoutfluid to properly save
This commit is contained in:
commit
70a95f3615
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