mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 20:27:51 +02:00
Fix Linux Icon (#1927)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user