Fix Linux Icon (#1927)

This commit is contained in:
pineappleEA
2021-01-18 22:33:58 +02:00
committed by GitHub
parent a1f77a5b6a
commit 4da6742861
8 changed files with 20 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ namespace Ryujinx.Ui.Windows
private ControllerWindow(Builder builder, PlayerIndex controllerId) : base(builder.GetObject("_controllerWin").Handle)
{
Icon = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.Resources.Logo_Ryujinx.png");
builder.Autoconnect(this);
_playerIndex = controllerId;