mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +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;
|
||||
Save();
|
||||
}
|
||||
|
||||
if (FileScanPaused)
|
||||
{
|
||||
FileScanPaused = false;
|
||||
Save();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -230,6 +230,6 @@ public class PeriodicFileScanner : IDisposable
|
|||
{
|
||||
if (!_ipcManager.Initialized || !_pluginConfiguration.HasValidSetup()) return;
|
||||
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