Ava UI: Remove IsActive checks from dialog methods (#5456)

* Remove `IsActive` checks from dialog methods

* Remove old windows bandaid

* Remove null dialog code path entirely and return nothing.
This commit is contained in:
MutantAura
2023-07-21 12:24:13 +01:00
committed by GitHub
parent 4cf2419e6c
commit 9e04e6cba1
2 changed files with 7 additions and 5 deletions

View File

@@ -53,8 +53,6 @@ namespace Ryujinx.Ava.UI.Applet
bool opened = false;
_parent.Activate();
UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent,
title,
message,