mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
Merge branch 'main' of https://github.com/Penumbra-Sync/client
This commit is contained in:
commit
e979f15304
1 changed files with 4 additions and 0 deletions
|
|
@ -197,6 +197,10 @@ public class MarePlugin : MediatorSubscriberBase, IDisposable
|
|||
{
|
||||
_serviceProvider.GetRequiredService<GposeUi>().Toggle();
|
||||
}
|
||||
else if (string.Equals(splitArgs[0], "rescan", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
_serviceProvider.GetRequiredService<PeriodicFileScanner>().InvokeScan(forced: true);
|
||||
}
|
||||
}
|
||||
|
||||
private void OpenUi()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue