mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 05:04:16 +01:00
force rescan on startup, remove automatic reversal of stopped scan setting
This commit is contained in:
parent
a02c872307
commit
5b5bb043bd
2 changed files with 1 additions and 7 deletions
|
|
@ -210,12 +210,6 @@ namespace MareSynchronos
|
||||||
Version = 5;
|
Version = 5;
|
||||||
Save();
|
Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FileScanPaused)
|
|
||||||
{
|
|
||||||
FileScanPaused = false;
|
|
||||||
Save();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -230,6 +230,6 @@ public class PeriodicFileScanner : IDisposable
|
||||||
{
|
{
|
||||||
if (!_ipcManager.Initialized || !_pluginConfiguration.HasValidSetup()) return;
|
if (!_ipcManager.Initialized || !_pluginConfiguration.HasValidSetup()) return;
|
||||||
Logger.Verbose("Penumbra is active, configuration is valid, starting watchers and scan");
|
Logger.Verbose("Penumbra is active, configuration is valid, starting watchers and scan");
|
||||||
InvokeScan();
|
InvokeScan(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue