misc: chore: Use explicit types in the Avalonia project
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Ryujinx.Ava.UI.Applet
|
||||
|
||||
Dispatcher.UIThread.InvokeAsync(async () =>
|
||||
{
|
||||
var response = await ControllerAppletDialog.ShowControllerAppletDialog(_parent, args);
|
||||
UserResult response = await ControllerAppletDialog.ShowControllerAppletDialog(_parent, args);
|
||||
if (response == UserResult.Ok)
|
||||
{
|
||||
okPressed = true;
|
||||
|
||||
Reference in New Issue
Block a user