Skip to content

Commit

Permalink
Merge pull request #1 from jidel/bugfix/rafallopatka#99-rdp-notificat…
Browse files Browse the repository at this point in the history
…ions

Update NotificationsWindow.xaml.cs
  • Loading branch information
WaldemarCoding authored Apr 8, 2020
2 parents 63927e8 + 391b50e commit 4148012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/ToastNotifications/Display/NotificationsWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void RecomputeLayout()
{
if (NotificationsList.GetItemCount() == 0)
{
this.Visibility = Visibility.Collapsed;
this.Visibility = Visibility.Hidden;
}
else
{
Expand Down

0 comments on commit 4148012

Please sign in to comment.