Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ui_parts/good_file_dialog.gd
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ func _on_file_field_text_submitted(new_text: String) -> void:
default_saved_file = new_text
else:
file_field.text = default_saved_file
action_button.grab_focus()


func _on_search_field_text_changed(new_text: String) -> void:
Expand Down