Skip to content

Commit 5db4aba

Browse files
author
tznind
committed
Specify OpenMode to File
1 parent b4c2273 commit 5db4aba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/UI/Editor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,8 @@ private void SetOpenPath(FileDialog fd, string? fileName)
14401440
p = Path.Combine(p, fileName);
14411441
}
14421442

1443-
// Todo bugged
1444-
// fd.Path = p;
1443+
fd.Path = p;
1444+
fd.OpenMode = OpenMode.File;
14451445
}
14461446
}
14471447
}

0 commit comments

Comments
 (0)