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.
1 parent 1ac1540 commit c2cdaecCopy full SHA for c2cdaec
src/UniGetUI/App.xaml.cs
@@ -159,6 +159,7 @@ private void RegisterErrorHandling()
159
Button button = new() { Content = CoreTools.Translate("WingetUI Log"), };
160
button.Click += (sender, args) => MainWindow.NavigationPage.UniGetUILogs_Click(sender, args);
161
MainWindow.ErrorBanner.ActionButton = button;
162
+ DialogHelper.HideAllLoadingDialogs();
163
e.Handled = true;
164
}
165
};
@@ -201,6 +202,7 @@ private void RegisterErrorHandling()
201
202
button.Click += (s, a) => MainWindow.NavigationPage.UniGetUILogs_Click(s, a);
203
204
205
206
207
catch (Exception ex)
208
{
0 commit comments