Some cleanup

This commit is contained in:
2023-04-07 22:10:03 -04:00
parent 49842a1663
commit 96d327270f
14 changed files with 64 additions and 97 deletions

View File

@@ -193,5 +193,7 @@ public partial class SplashWindow : IDisposable
public void Dispose()
{
_backgroundWorker?.Dispose();
GC.SuppressFinalize(this);
}
}