minor formatting
This commit is contained in:
parent
34cce4afa4
commit
8d540d65c3
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ local this = {}
|
||||||
|
|
||||||
local currentConfig
|
local currentConfig
|
||||||
|
|
||||||
this.default = {
|
this.default = {keyboardLayout = "qwerty"}
|
||||||
keyboardLayout = "qwerty"
|
|
||||||
}
|
|
||||||
|
|
||||||
function this.getConfig()
|
function this.getConfig()
|
||||||
currentConfig = currentConfig or mwse.loadConfig(common.configString, this.default)
|
currentConfig = currentConfig or mwse.loadConfig(common.configString, this.default)
|
||||||
|
|
Loading…
Add table
Reference in a new issue