Adjust DonorsListView.cs to also take renamed bool

This commit is contained in:
Chax
2023-06-20 16:26:03 +02:00
parent 50284d0eb6
commit 629d4c3ee9

View File

@@ -35,7 +35,7 @@ namespace AndroidSideloader
private void DonorsListViewForm_Load(object sender, EventArgs e)
{
MainForm.updatesnotified = true;
MainForm.updatesNotified = true;
if (MainForm.updates && MainForm.newapps)
{
bothdet.Visible = true;