mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-16 18:25:47 +00:00
reduce logo crunching
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user