mirror of
https://github.com/kepler155c/opus
synced 2025-11-14 22:37:11 +00:00
oops
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user