Updated on 2026-08-14
This commit is contained in:
parent
b4ef34f0f4
commit
decc341529
1 changed files with 4 additions and 3 deletions
|
|
@ -28,11 +28,12 @@ class ConfigManager(
|
|||
localLoader.loadConfig { config ->
|
||||
config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
config.configValues?.forEach { setupKey(it.name, it.value) }
|
||||
}
|
||||
remoteLoader.loadConfig { config ->
|
||||
config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
onComplete?.invoke()
|
||||
}
|
||||
// remoteLoader.loadConfig { config ->
|
||||
// config.features?.forEach { setupFeature(it.name, it.value) }
|
||||
// onComplete?.invoke()
|
||||
// }
|
||||
}
|
||||
|
||||
fun turnOff(name: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue