mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 13:26:27 -05:00
Fix Linux Icon (#1927)
This commit is contained in:
@@ -3,6 +3,7 @@ using Ryujinx.Common.Utilities;
|
||||
using Ryujinx.Ui.Helper;
|
||||
using System.Net.Http;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Reflection;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ryujinx.Ui.Windows
|
||||
@@ -11,6 +12,7 @@ namespace Ryujinx.Ui.Windows
|
||||
{
|
||||
public AboutWindow() : base($"Ryujinx {Program.Version} - About")
|
||||
{
|
||||
Icon = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.Resources.Logo_Ryujinx.png");
|
||||
InitializeComponent();
|
||||
|
||||
_ = DownloadPatronsJson();
|
||||
|
Reference in New Issue
Block a user