mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:47:23 +01:00
make folderdialog open to main drive root by default
This commit is contained in:
parent
d7121b4ab4
commit
73828ce717
2 changed files with 1 additions and 3 deletions
|
|
@ -537,7 +537,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
_cacheMonitor.StartMareWatcher(path);
|
||||
_cacheMonitor.InvokeScan();
|
||||
}
|
||||
});
|
||||
}, _dalamudUtil.IsWine ? @"Z:\" : @"C:\");
|
||||
}
|
||||
}
|
||||
if (_cacheMonitor.MareWatcher != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue