Fix info CA1816

This commit is contained in:
yell0wsuit 2024-04-07 12:25:52 +07:00
parent 144945fc53
commit fe018988df
No known key found for this signature in database
GPG key ID: 5B4F198A9800F6F4

View file

@ -120,6 +120,7 @@ namespace Ryujinx.Ava.UI.ViewModels
public void Dispose()
{
ThemeManager.ThemeChanged -= ThemeManager_ThemeChanged;
GC.SuppressFinalize(this);
}
private async Task DownloadPatronsJson()