mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
show dialpad letters at the dialpad by default
This commit is contained in:
@ -54,6 +54,6 @@ class Config(context: Context) : BaseConfig(context) {
|
|||||||
set(showDialpadButton) = prefs.edit().putBoolean(SHOW_DIALPAD_BUTTON, showDialpadButton).apply()
|
set(showDialpadButton) = prefs.edit().putBoolean(SHOW_DIALPAD_BUTTON, showDialpadButton).apply()
|
||||||
|
|
||||||
var showDialpadLetters: Boolean
|
var showDialpadLetters: Boolean
|
||||||
get() = prefs.getBoolean(SHOW_DIALPAD_LETTERS, false)
|
get() = prefs.getBoolean(SHOW_DIALPAD_LETTERS, true)
|
||||||
set(showDialpadLetters) = prefs.edit().putBoolean(SHOW_DIALPAD_LETTERS, showDialpadLetters).apply()
|
set(showDialpadLetters) = prefs.edit().putBoolean(SHOW_DIALPAD_LETTERS, showDialpadLetters).apply()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user