From 73cc392f3d9b202e7d6859340aaf4bc99d7067ab Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Fri, 22 Mar 2024 10:55:48 +0100 Subject: [PATCH] make folderdialog open to main drive root by default --- MareSynchronos/UI/UISharedService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/UISharedService.cs b/MareSynchronos/UI/UISharedService.cs index 256f1cd..0307f04 100644 --- a/MareSynchronos/UI/UISharedService.cs +++ b/MareSynchronos/UI/UISharedService.cs @@ -620,7 +620,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase _cacheMonitor.StartMareWatcher(path); _cacheMonitor.InvokeScan(); } - }); + }, _dalamudUtil.IsWine ? @"Z:\" : @"C:\"); } } if (_cacheMonitor.MareWatcher != null)