Browse Source

Remove unintended event call to ReloadAsync()

Ruben 4 years ago
parent
commit
2f2af80de6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      PicView/Views/UserControls/Buttons/InfoButton.xaml.cs

+ 0 - 2
PicView/Views/UserControls/Buttons/InfoButton.xaml.cs

@@ -35,8 +35,6 @@ namespace PicView.Views.UserControls
                     ButtonMouseLeaveAnim(txtBrush);
                     AnimationHelper.MouseLeaveBgTexColor(TheButtonBrush);
                 };
-
-                TheButton.Click += async (_, _) => await Error_Handling.ReloadAsync();
             };
         }
     }