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