We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b359dbb commit e44ff0dCopy full SHA for e44ff0d
audio/mic_feed/MicRecord.gd
@@ -162,6 +162,7 @@ func _on_save_button_pressed() -> void:
162
wav_recording.save_to_wav(save_path)
163
$Status.text = "Status: Saved WAV file to: %s\n(%s)" % [save_path, ProjectSettings.globalize_path(save_path)]
164
165
+
166
func _on_open_user_folder_button_pressed() -> void:
167
OS.shell_open(ProjectSettings.globalize_path("user://"))
168
0 commit comments