mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
minor code refactoring
This commit is contained in:
parent
4965b9b82b
commit
d2a5f206e4
2 changed files with 4 additions and 4 deletions
|
@ -319,10 +319,6 @@ namespace PersistentWindows.SystrayShell
|
|||
systrayForm = new SystrayForm();
|
||||
systrayForm.enableUpgradeNotice = check_upgrade;
|
||||
systrayForm.autoUpgrade = auto_upgrade;
|
||||
if (check_upgrade)
|
||||
systrayForm.upgradeNoticeMenuItem.Text = "Disable upgrade notice";
|
||||
else
|
||||
systrayForm.upgradeNoticeMenuItem.Text = "Enable upgrade notice";
|
||||
|
||||
if (relaunch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue