made sure qwerty is default

This commit is contained in:
Jack 2020-06-03 17:58:35 +01:00
parent ed36309716
commit 35486771c6

View file

@ -66,6 +66,10 @@ function loadConfigFromCookie() {
config.blindMode = false;
saveConfigToCookie();
}
if(config.layout == undefined){
config.layout = "qwerty";
saveConfigToCookie();
}
}
function showTestConfig() {