try suggesting a proper file extension at saving

This commit is contained in:
tibbi
2017-04-09 16:58:03 +02:00
parent f4e30de755
commit 32fcf70976
3 changed files with 27 additions and 7 deletions

View File

@ -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"