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:
parent
e377813a73
commit
97a588bfdd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue