mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
adding a toggle for preventing the phone from falling asleep
This commit is contained in:
@ -5,6 +5,7 @@ const val CANVAS_BACKGROUND_COLOR = "canvas_background_color"
|
||||
const val SHOW_BRUSH_SIZE = "show_brush_size"
|
||||
const val BRUSH_SIZE = "brush_size"
|
||||
const val LAST_SAVE_FOLDER = "last_save_folder"
|
||||
const val PREVENT_PHONE_FROM_SLEEPING = "prevent_phone_from_sleeping"
|
||||
|
||||
const val PNG = "png"
|
||||
const val SVG = "svg"
|
||||
|
Reference in New Issue
Block a user