1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-17 19:00:02 +00:00
This commit is contained in:
kepler155c@gmail.com 2019-11-09 22:33:16 -07:00
parent 4a6af34d7c
commit 8a5d30a441

View File

@ -32,10 +32,9 @@ function Alt.get(key)
end
function Alt.set(key, value)
local config = getConfig()
Alt.addChoice(key, value)
local config = getConfig()
config.default[key] = value
Config.update('alternate', config)
end