Release/v6 #27
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ func _on_open_shader_dialog_file_selected(path: String):
|
|||
|
||||
func _on_save_shader_dialog_file_selected(path):
|
||||
Filesystem.save_shader(path)
|
||||
main.update_title(path.split("/")[-1])
|
||||
|
||||
func _on_save_image_dialog_file_selected(path):
|
||||
Filesystem.save_result(path)
|
||||
|
|
|
|||
Reference in a new issue