optimize file scanner, fix unban in banui, show syncshell notes in standalone profile ui
This commit is contained in:
@@ -77,6 +77,8 @@ public class DalamudUtilService : IHostedService
|
||||
return await RunOnFrameworkThread(() => _objectTable.CreateObjectReference(reference)).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
public bool IsOnFrameworkThread => _framework.IsInFrameworkUpdateThread;
|
||||
|
||||
public void EnsureIsOnFramework()
|
||||
{
|
||||
if (!_framework.IsInFrameworkUpdateThread) throw new InvalidOperationException("Can only be run on Framework");
|
||||
|
||||
Reference in New Issue
Block a user