mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-04 18:19:04 +00:00
gui: fix case issues in the code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user