mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-09 04:46:54 +08:00
made sure qwerty is default
This commit is contained in:
parent
ed36309716
commit
35486771c6
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ function loadConfigFromCookie() {
|
|||
config.blindMode = false;
|
||||
saveConfigToCookie();
|
||||
}
|
||||
if(config.layout == undefined){
|
||||
config.layout = "qwerty";
|
||||
saveConfigToCookie();
|
||||
}
|
||||
}
|
||||
|
||||
function showTestConfig() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue