mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:07:22 +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
|
|
@ -5,7 +5,6 @@ using MareSynchronos.Services.Mediator;
|
|||
using MareSynchronos.Utils;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MareSynchronos.FileCache;
|
||||
|
||||
|
|
@ -26,7 +25,6 @@ public sealed class CacheMonitor : DisposableMediatorSubscriberBase
|
|||
FileCacheManager fileDbManager, MareMediator mediator, PerformanceCollectorService performanceCollector, DalamudUtilService dalamudUtil,
|
||||
FileCompactor fileCompactor) : base(logger, mediator)
|
||||
{
|
||||
Logger.LogInformation("Creating CacheMonitor from {trace}", Environment.StackTrace);
|
||||
_ipcManager = ipcManager;
|
||||
_configService = configService;
|
||||
_fileDbManager = fileDbManager;
|
||||
|
|
|
|||
|
|
@ -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