mirror of
https://github.com/dev-claw/vripper-project.git
synced 2026-08-19 08:35:41 +02:00
bug fix
This commit is contained in:
@@ -99,7 +99,7 @@ class SettingsService(private val eventBus: EventBus) {
|
|||||||
this.settings = settings.copy(viperSettings = viperSettings)
|
this.settings = settings.copy(viperSettings = viperSettings)
|
||||||
save()
|
save()
|
||||||
coroutineScope.launch {
|
coroutineScope.launch {
|
||||||
eventBus.publishEvent(SettingsUpdateEvent(settings))
|
eventBus.publishEvent(SettingsUpdateEvent(this@SettingsService.settings))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user