Skip to content

Commit

Permalink
Revert "Show progress dialogs in taskbar"
Browse files Browse the repository at this point in the history
This reverts commit b6a88ff due to it breaking progress dialogs...
  • Loading branch information
Sparronator9999 committed Feb 16, 2025
1 parent b6a88ff commit c94cc36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion YAMDCC.Common/Dialogs/ProgressDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private async void OnLoad(object sender, EventArgs e)
private void ShowProgress(object sender, EventArgs e)
{
Opacity = 1;
ShowInTaskbar = true;
DisplayTimer.Stop();
}
}
2 changes: 1 addition & 1 deletion YAMDCC.Common/Dialogs/ProgressDialog.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down

0 comments on commit c94cc36

Please sign in to comment.