make folderdialog open to main drive root by default
This commit is contained in:
@@ -620,7 +620,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||||||
_cacheMonitor.StartMareWatcher(path);
|
_cacheMonitor.StartMareWatcher(path);
|
||||||
_cacheMonitor.InvokeScan();
|
_cacheMonitor.InvokeScan();
|
||||||
}
|
}
|
||||||
});
|
}, _dalamudUtil.IsWine ? @"Z:\" : @"C:\");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_cacheMonitor.MareWatcher != null)
|
if (_cacheMonitor.MareWatcher != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user