Skip to content

Commit

Permalink
feat: disable-app-check also prevents new-app dono box
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenopy committed Aug 28, 2024
1 parent 8699136 commit 2c3ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ private async void initListView()
}
progressBar.Style = ProgressBarStyle.Continuous;

if (either && !updatesNotified)
if (either && !updatesNotified && !noAppCheck)
{
changeTitle(" \n\n");
DonorsListViewForm DonorForm = new DonorsListViewForm();
Expand Down

0 comments on commit 2c3ecf6

Please sign in to comment.