mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
show brush size tool by default
This commit is contained in:
@ -10,7 +10,7 @@ class Config(context: Context) : BaseConfig(context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var showBrushSize: Boolean
|
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()
|
set(showBrushSize) = prefs.edit().putBoolean(SHOW_BRUSH_SIZE, showBrushSize).apply()
|
||||||
|
|
||||||
var brushColor: Int
|
var brushColor: Int
|
||||||
|
Reference in New Issue
Block a user