Skip to content

Commit e44ff0d

Browse files
Update audio/mic_feed/MicRecord.gd
Co-authored-by: A Thousand Ships <[email protected]>
1 parent b359dbb commit e44ff0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

audio/mic_feed/MicRecord.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ func _on_save_button_pressed() -> void:
162162
wav_recording.save_to_wav(save_path)
163163
$Status.text = "Status: Saved WAV file to: %s\n(%s)" % [save_path, ProjectSettings.globalize_path(save_path)]
164164

165+
165166
func _on_open_user_folder_button_pressed() -> void:
166167
OS.shell_open(ProjectSettings.globalize_path("user://"))
167168

0 commit comments

Comments
 (0)