mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-23 23:22:54 +00:00
misc: chore: Use explicit types in the Avalonia project
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||
|
||||
startedDeferring = true;
|
||||
|
||||
var deferral = args.GetDeferral();
|
||||
Deferral deferral = args.GetDeferral();
|
||||
|
||||
sender.PrimaryButtonClick -= DeferClose;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user