Fix comment

This commit is contained in:
Cj 2024-06-17 18:39:56 -04:00
parent a019faa13f
commit 65ba888ce0

View File

@ -266,7 +266,7 @@ internal static class GUIHelpers
/// Opens and returns a path from a folder dialogue
/// </summary>
/// <param name="description"></param>
/// <returns></returns>
/// <returns>Path if selected, or empty string</returns>
public static string OpenFolderDialog(string description)
{
using FolderBrowserDialog fDialog = new();