icon centering changes

This commit is contained in:
choco
2025-12-24 16:59:46 +01:00
parent 6c1cc77aaa
commit ced72ab9eb
2 changed files with 94 additions and 77 deletions

View File

@@ -556,7 +556,6 @@ public sealed class Plugin : IDalamudPlugin
public void Dispose()
{
_host.StopAsync().GetAwaiter().GetResult();
_host.Dispose();
_host.StopAsync().ContinueWith(_ => _host.Dispose()).Wait(TimeSpan.FromSeconds(5));
}
}