mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 16:56:28 -05:00
Fix Linux Icon (#1927)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Gtk;
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
using GUI = Gtk.Builder.ObjectAttribute;
|
||||
|
||||
@@ -19,6 +20,7 @@ namespace Ryujinx.Ui.Widgets
|
||||
private ProfileDialog(Builder builder) : base(builder.GetObject("_profileDialog").Handle)
|
||||
{
|
||||
builder.Autoconnect(this);
|
||||
Icon = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.Resources.Logo_Ryujinx.png");
|
||||
}
|
||||
|
||||
private void OkToggle_Activated(object sender, EventArgs args)
|
||||
|
Reference in New Issue
Block a user