ui: save config

This commit is contained in:
rhunk
2023-07-29 01:39:29 +02:00
parent 5e41ccffd7
commit 5278c912e0
2 changed files with 58 additions and 16 deletions

View File

@ -35,6 +35,10 @@ class ConfigWrapper: ConfigAccessor() {
}
}
fun save() {
writeConfig()
}
private fun loadConfig() {
val configContent = file.read()