Fix sql wrong file name. Fix can not save email settings bug.
This commit is contained in:
@@ -91,11 +91,8 @@ object SettingsOperator {
|
||||
}
|
||||
}
|
||||
field.set(it, value)
|
||||
} ?: {
|
||||
MailSettings().also {
|
||||
field.set(it, value)
|
||||
systemSettings.mail = it
|
||||
}
|
||||
} ?: let {
|
||||
systemSettings.mail = MailSettings().also { field.set(it, value) }
|
||||
}
|
||||
|
||||
saveSettingsToFile()
|
||||
|
||||
Reference in New Issue
Block a user