mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 20:57:10 +02:00
Fix Linux Icon (#1927)
This commit is contained in:
parent
ec0facd1f0
commit
ee5d842a57
8 changed files with 20 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue