reduce logo crunching

This commit is contained in:
GreemDev
2025-11-29 02:08:58 -06:00
parent 94870eafaa
commit 804a4e0bcb
2 changed files with 7 additions and 4 deletions

View File

@@ -106,7 +106,8 @@ namespace Ryujinx.Ava.UI.SetupWizard
(theme == "Auto" && RyujinxApp.DetectSystemTheme() == ThemeVariant.Dark);
DiscordLogo = EmbeddedAvaloniaResources
.GetIconByNameAndTheme("Discord", isDarkTheme);
.GetIconByNameAndTheme("Discord", isDarkTheme)
.CreateScaledBitmap(new PixelSize(32, 24));
}
public void Dispose()