mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
delay start scan to ingame login, show what is halting scans in settings ui and allow resetting it
This commit is contained in:
parent
ff4079a16d
commit
e71bd0d80f
5 changed files with 63 additions and 32 deletions
|
|
@ -81,7 +81,7 @@ namespace MareSynchronos
|
|||
{
|
||||
_introUi.IsOpen = false;
|
||||
_compactUi.IsOpen = true;
|
||||
_periodicFileScanner.StartWatchers();
|
||||
_periodicFileScanner.StartScan();
|
||||
ReLaunchCharacterManager();
|
||||
};
|
||||
_compactUi.OpenSettingsUi += () =>
|
||||
|
|
@ -146,6 +146,7 @@ namespace MareSynchronos
|
|||
return;
|
||||
}
|
||||
|
||||
_periodicFileScanner.StartScan();
|
||||
ReLaunchCharacterManager();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue