Fix comment
This commit is contained in:
parent
a019faa13f
commit
65ba888ce0
@ -266,7 +266,7 @@ internal static class GUIHelpers
|
|||||||
/// Opens and returns a path from a folder dialogue
|
/// Opens and returns a path from a folder dialogue
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="description"></param>
|
/// <param name="description"></param>
|
||||||
/// <returns></returns>
|
/// <returns>Path if selected, or empty string</returns>
|
||||||
public static string OpenFolderDialog(string description)
|
public static string OpenFolderDialog(string description)
|
||||||
{
|
{
|
||||||
using FolderBrowserDialog fDialog = new();
|
using FolderBrowserDialog fDialog = new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user