mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-22 06:37:54 +01:00
Default capitalization value set to true
This commit is contained in:
parent
893b496767
commit
448de752ae
@ -18,7 +18,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
set(showPopupOnKeypress) = prefs.edit().putBoolean(SHOW_POPUP_ON_KEYPRESS, showPopupOnKeypress).apply()
|
||||
|
||||
var enableSentencesCapitalization: Boolean
|
||||
get() = prefs.getBoolean(SENTENCES_CAPITALIZATION, false)
|
||||
get() = prefs.getBoolean(SENTENCES_CAPITALIZATION, true)
|
||||
set(enableCapitalization) = prefs.edit().putBoolean(SENTENCES_CAPITALIZATION, enableCapitalization).apply()
|
||||
|
||||
var showKeyBorders: Boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user