mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-19 12:50:14 +01:00
lets enable dialpad beeps by default
This commit is contained in:
parent
dbf112afde
commit
535cc7cebf
@ -77,6 +77,6 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
set(dialpadVibration) = prefs.edit().putBoolean(DIALPAD_VIBRATION, dialpadVibration).apply()
|
||||
|
||||
var dialpadBeeps: Boolean
|
||||
get() = prefs.getBoolean(DIALPAD_BEEPS, false)
|
||||
get() = prefs.getBoolean(DIALPAD_BEEPS, true)
|
||||
set(dialpadBeeps) = prefs.edit().putBoolean(DIALPAD_BEEPS, dialpadBeeps).apply()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user