mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 18:21:13 +02:00
ContentDialogHelper: Fix explicit type
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||
|
||||
startedDeferring = true;
|
||||
|
||||
ContentDialogButtonClickDeferral deferral = args.GetDeferral();
|
||||
Deferral deferral = args.GetDeferral();
|
||||
|
||||
sender.PrimaryButtonClick -= DeferClose;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user