mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
try suggesting a proper file extension at saving
This commit is contained in:
@ -4,3 +4,7 @@ val BRUSH_COLOR = "brush_color"
|
||||
val CANVAS_BACKGROUND_COLOR = "canvas_background_color"
|
||||
val SHOW_BRUSH_SIZE = "show_brush_size"
|
||||
val BRUSH_SIZE = "brush_size"
|
||||
|
||||
val PNG = "png"
|
||||
val SVG = "svg"
|
||||
val JPG = "jpg"
|
||||
|
Reference in New Issue
Block a user