Skip to content

Commit 2ed5926

Browse files
committed
Fixed default directory for Zune folder picker
1 parent 44db996 commit 2ed5926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZuneModdingHelper/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private void LocateZuneButton_Click(object sender, RoutedEventArgs e)
260260
CommonOpenFileDialog dialog = new()
261261
{
262262
IsFolderPicker = true,
263-
DefaultFileName = Mod.ZuneInstallDir
263+
DefaultDirectory = Mod.ZuneInstallDir
264264
};
265265
CommonFileDialogResult result = dialog.ShowDialog();
266266
if (result == CommonFileDialogResult.Ok)

0 commit comments

Comments
 (0)