Fix Linux Icon (#1927)
This commit is contained in:
parent
a1f77a5b6a
commit
4da6742861
8 changed files with 20 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue