mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Fixed default directory for Zune folder picker
This commit is contained in:
@@ -260,7 +260,7 @@ namespace ZuneModdingHelper
|
|||||||
CommonOpenFileDialog dialog = new()
|
CommonOpenFileDialog dialog = new()
|
||||||
{
|
{
|
||||||
IsFolderPicker = true,
|
IsFolderPicker = true,
|
||||||
DefaultFileName = Mod.ZuneInstallDir
|
DefaultDirectory = Mod.ZuneInstallDir
|
||||||
};
|
};
|
||||||
CommonFileDialogResult result = dialog.ShowDialog();
|
CommonFileDialogResult result = dialog.ShowDialog();
|
||||||
if (result == CommonFileDialogResult.Ok)
|
if (result == CommonFileDialogResult.Ok)
|
||||||
|
|||||||
Reference in New Issue
Block a user