increasing the default editor font size a bit
This commit is contained in:
parent
0e2ca893e4
commit
3cae8b0fe8
|
@ -71,6 +71,6 @@ class Config(context: Context) : BaseConfig(context) {
|
|||
set(enableRootAccess) = prefs.edit().putBoolean(ENABLE_ROOT_ACCESS, enableRootAccess).apply()
|
||||
|
||||
var editorTextZoom: Float
|
||||
get() = prefs.getFloat(EDITOR_TEXT_ZOOM, 0f)
|
||||
get() = prefs.getFloat(EDITOR_TEXT_ZOOM, 1.2f)
|
||||
set(editorTextZoom) = prefs.edit().putFloat(EDITOR_TEXT_ZOOM, editorTextZoom).apply()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue