mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-22 13:50:02 -06:00
UI: Fix logo aliasing
This commit is contained in:
@ -125,7 +125,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
public IEnumerable<LdnGameData> LastLdnGameData;
|
||||
|
||||
public static readonly Bitmap IconBitmap =
|
||||
new(Assembly.GetAssembly(typeof(ConfigurationState))!.GetManifestResourceStream("Ryujinx.UI.Common.Resources.Logo_Ryujinx.png")!);
|
||||
new(Assembly.GetAssembly(typeof(ConfigurationState))!.GetManifestResourceStream("Ryujinx.UI.Common.Resources.Logo_Thiccjinx.png")!);
|
||||
|
||||
public MainWindow Window { get; init; }
|
||||
|
||||
|
Reference in New Issue
Block a user