1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix formatting

This commit is contained in:
Emmanouil Papadeas 2024-01-04 15:58:57 +02:00
parent e377813a73
commit 97a588bfdd

View file

@ -256,9 +256,7 @@ func _on_edit_palette_dialog_exported(path := "") -> void:
var image := Palettes.current_palette.convert_to_image()
if OS.has_feature("web"):
JavaScriptBridge.download_buffer(
image.save_png_to_buffer(),
Palettes.current_palette.name,
"image/png"
image.save_png_to_buffer(), Palettes.current_palette.name, "image/png"
)
if path.is_empty():
return