mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-17 12:10:47 +01:00
show brush size tool by default
This commit is contained in:
parent
2ad8b79d80
commit
ccb6ec2465
@ -10,7 +10,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
}
|
||||
|
||||
var showBrushSize: Boolean
|
||||
get() = prefs.getBoolean(SHOW_BRUSH_SIZE, false)
|
||||
get() = prefs.getBoolean(SHOW_BRUSH_SIZE, true)
|
||||
set(showBrushSize) = prefs.edit().putBoolean(SHOW_BRUSH_SIZE, showBrushSize).apply()
|
||||
|
||||
var brushColor: Int
|
||||
|
Loading…
x
Reference in New Issue
Block a user