mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 14:54:14 +01:00
fix intro UI not showing secret key after registration, fix file system watchers not starting automatically initially
This commit is contained in:
parent
77d3828f86
commit
d338b4b93c
5 changed files with 11 additions and 7 deletions
|
|
@ -91,7 +91,7 @@ namespace MareSynchronos.Managers
|
|||
|
||||
public void StartWatchers()
|
||||
{
|
||||
if (!_ipcManager.Initialized || !_pluginConfiguration.HasValidSetup()) return;
|
||||
if (!_ipcManager.Initialized || string.IsNullOrEmpty(_pluginConfiguration.CacheFolder)) return;
|
||||
Logger.Verbose("Starting File System Watchers");
|
||||
_penumbraDirWatcher?.Dispose();
|
||||
_cacheDirWatcher?.Dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue