make folderdialog open to main drive root by default

This commit is contained in:
rootdarkarchon 2024-03-22 10:55:48 +01:00
parent d7121b4ab4
commit 73828ce717
2 changed files with 1 additions and 3 deletions

View file

@ -537,7 +537,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
_cacheMonitor.StartMareWatcher(path);
_cacheMonitor.InvokeScan();
}
});
}, _dalamudUtil.IsWine ? @"Z:\" : @"C:\");
}
}
if (_cacheMonitor.MareWatcher != null)