mirror of
https://github.com/kepler155c/opus
synced 2025-01-05 21:30:28 +00:00
oops
This commit is contained in:
parent
4a6af34d7c
commit
8a5d30a441
@ -32,10 +32,9 @@ function Alt.get(key)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Alt.set(key, value)
|
function Alt.set(key, value)
|
||||||
local config = getConfig()
|
|
||||||
|
|
||||||
Alt.addChoice(key, value)
|
Alt.addChoice(key, value)
|
||||||
|
|
||||||
|
local config = getConfig()
|
||||||
config.default[key] = value
|
config.default[key] = value
|
||||||
Config.update('alternate', config)
|
Config.update('alternate', config)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user