mirror of
https://github.com/tribufu/ServerGridEditor
synced 2026-06-01 09:42:40 +00:00
set exportDir if specified (was commented out because of multiple assignment) (#22)
This commit is contained in:
parent
534c3a5abc
commit
bec6ca4a6a
1 changed files with 1 additions and 0 deletions
|
|
@ -2217,6 +2217,7 @@ namespace ServerGridEditor
|
||||||
if (result == DialogResult.OK && !string.IsNullOrWhiteSpace(fbd.SelectedPath))
|
if (result == DialogResult.OK && !string.IsNullOrWhiteSpace(fbd.SelectedPath))
|
||||||
{
|
{
|
||||||
//editorConfig.LastOpenedFolder = exportDir = fbd.SelectedPath;
|
//editorConfig.LastOpenedFolder = exportDir = fbd.SelectedPath;
|
||||||
|
exportDir = fbd.SelectedPath;
|
||||||
SaveConfig();
|
SaveConfig();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue