make folderdialog open to main drive root by default

This commit is contained in:
rootdarkarchon
2024-03-22 10:55:48 +01:00
committed by Loporrit
parent a180a1207f
commit 73cc392f3d

View File

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