We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Return
1 parent 9cf1cba commit 88c7d5bCopy full SHA for 88c7d5b
src/ViewModels/LauncherPage.cs
@@ -71,7 +71,7 @@ public void StartPopup(Popup popup)
71
72
public async void ProcessPopup()
73
{
74
- if (_popup != null)
+ if (_popup is { InProgress: false })
75
76
if (!_popup.Check())
77
return;
0 commit comments