diff --git a/RecodeItGUI/Utils/GUIHelpers.cs b/RecodeItGUI/Utils/GUIHelpers.cs index da45326..1a88405 100644 --- a/RecodeItGUI/Utils/GUIHelpers.cs +++ b/RecodeItGUI/Utils/GUIHelpers.cs @@ -266,7 +266,7 @@ internal static class GUIHelpers /// Opens and returns a path from a folder dialogue /// /// - /// + /// Path if selected, or empty string public static string OpenFolderDialog(string description) { using FolderBrowserDialog fDialog = new();