#336, let menu observe -check_upgrade=0

This commit is contained in:
Kang Yu 2024-07-01 08:32:49 -07:00
parent 9733e4849f
commit d0ed7aa288
3 changed files with 8 additions and 7 deletions

View file

@ -316,8 +316,7 @@ namespace PersistentWindows.SystrayShell
}
}
systrayForm = new SystrayForm();
systrayForm.enableUpgradeNotice = check_upgrade;
systrayForm = new SystrayForm(check_upgrade);
systrayForm.autoUpgrade = auto_upgrade;
if (relaunch)