mirror of
				https://github.com/SimpleMobileTools/Simple-Keyboard.git
				synced 2025-06-05 21:49:26 +02:00 
			
		
		
		
	Default capitalization value set to true
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user