prevent secret key input if it's not 40 characters long, check for directory existence in intro ui, check for illegal characters in path

This commit is contained in:
Stanley Dimant
2022-07-17 02:38:56 +02:00
parent acdc1502b6
commit 51366c95a7
4 changed files with 32 additions and 11 deletions

View File

@@ -358,6 +358,7 @@ namespace MareSynchronos.Managers
StartWatchers();
StartInitialScan();
}
private void StopWatchersAndScan()
{
_cacheDirWatcher?.Dispose();