mirror of
https://github.com/kepler155c/opus
synced 2024-12-31 19:00:27 +00:00
oops
This commit is contained in:
parent
4a6af34d7c
commit
8a5d30a441
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user