mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-13 15:02:05 +02:00
disable success dialog by default
This commit is contained in:
parent
f75f460be5
commit
472a75e5c9
@ -9,7 +9,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
}
|
||||
|
||||
var displaySuccess: Boolean
|
||||
get() = prefs.getBoolean(DISPLAY_SUCCESS, true)
|
||||
get() = prefs.getBoolean(DISPLAY_SUCCESS, false)
|
||||
set(displaySuccess) = prefs.edit().putBoolean(DISPLAY_SUCCESS, displaySuccess).apply()
|
||||
|
||||
var clickableLinks: Boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user