mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
ui: save config
This commit is contained in:
@ -35,6 +35,10 @@ class ConfigWrapper: ConfigAccessor() {
|
||||
}
|
||||
}
|
||||
|
||||
fun save() {
|
||||
writeConfig()
|
||||
}
|
||||
|
||||
private fun loadConfig() {
|
||||
val configContent = file.read()
|
||||
|
||||
|
Reference in New Issue
Block a user