Skip to content

Commit

Permalink
Show progress dialogs in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Feb 16, 2025
1 parent 8fcbd0d commit b6a88ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions YAMDCC.Common/Dialogs/ProgressDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ 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 b6a88ff

Please sign in to comment.