force rescan on startup, remove automatic reversal of stopped scan setting
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user