mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-10 16:50:40 +01:00
disable canvas zooming by default
This commit is contained in:
parent
27aab522a5
commit
9d668b5e5a
@ -31,6 +31,6 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
set(lastSaveFolder) = prefs.edit().putString(LAST_SAVE_FOLDER, lastSaveFolder).apply()
|
||||
|
||||
var allowZoomingCanvas: Boolean
|
||||
get() = prefs.getBoolean(ALLOW_ZOOMING_CANVAS, true)
|
||||
get() = prefs.getBoolean(ALLOW_ZOOMING_CANVAS, false)
|
||||
set(allowZoomingCanvas) = prefs.edit().putBoolean(ALLOW_ZOOMING_CANVAS, allowZoomingCanvas).apply()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user