Please be quiet

This commit is contained in:
Isaac Marovitz 2023-05-18 22:55:03 -04:00 committed by Isaac Marovitz
parent 44a53e1cdf
commit b005814c72

View file

@ -893,7 +893,7 @@ namespace Ryujinx.UI.Windows
}
}
string pressedButton = assigner.GetPressedButton();
object pressedButton = assigner.GetPressedButton();
Application.Invoke(delegate
{
@ -903,7 +903,7 @@ namespace Ryujinx.UI.Windows
}
else if (pressedButton != "")
{
button.Label = pressedButton;
button.Label = pressedButton.ToString();
}
_middleMousePressed = false;