gui: fix case issues in the code
This commit is contained in:
parent
b6c9e23a47
commit
7ff394e68a
3 changed files with 5 additions and 5 deletions
|
@ -91,7 +91,7 @@ namespace Ryujinx.UI
|
|||
|
||||
builder.Autoconnect(this);
|
||||
|
||||
_settingsWin.Icon = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.assets.RyujinxIcon.png");
|
||||
_settingsWin.Icon = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.assets.ryujinxIcon.png");
|
||||
_controllerImage.Pixbuf = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.assets.JoyCon.png", 500, 500);
|
||||
|
||||
//Bind Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue