make folderdialog open to main drive root by default

This commit is contained in:
rootdarkarchon
2025-02-09 16:10:31 +00:00
committed by Loporrit
parent a180a1207f
commit 73cc392f3d
+1 -1
View File
@@ -620,7 +620,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
_cacheMonitor.StartMareWatcher(path);
_cacheMonitor.InvokeScan();
}
});
}, _dalamudUtil.IsWine ? @"Z:\" : @"C:\");
}
}
if (_cacheMonitor.MareWatcher != null)