mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
#336, let menu observe -check_upgrade=0
This commit is contained in:
parent
9733e4849f
commit
d0ed7aa288
3 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue