diff options
| author | MutantAura <44103205+MutantAura@users.noreply.github.com> | 2023-07-21 12:24:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-21 12:24:13 +0100 |
| commit | 9e04e6cba1c264907bff47ce408643d5de157b56 (patch) | |
| tree | 0bda5858aa442e8e871fc024a315fb792741f1cc /src/Ryujinx.Ava/UI/Applet | |
| parent | 4cf2419e6cfd3d7959914412abbb01f8cd473a76 (diff) | |
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.
Diffstat (limited to 'src/Ryujinx.Ava/UI/Applet')
| -rw-r--r-- | src/Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs b/src/Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs index d35f44bf..a2a94429 100644 --- a/src/Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs +++ b/src/Ryujinx.Ava/UI/Applet/AvaHostUiHandler.cs @@ -53,8 +53,6 @@ namespace Ryujinx.Ava.UI.Applet bool opened = false; - _parent.Activate(); - UserResult response = await ContentDialogHelper.ShowDeferredContentDialog(_parent, title, message, |
