mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-01-13 17:23:02 -05:00
Make sure to upgrade settings
This commit is contained in:
@@ -27,6 +27,8 @@ namespace ProcessCpuUsageStatusWindow
|
||||
{
|
||||
base.OnStartup(e);
|
||||
|
||||
Settings.Default.Upgrade();
|
||||
|
||||
StartManager.ManageAutoStart = true;
|
||||
StartManager.AutoStartEnabled = !Debugger.IsAttached && Settings.Default.AutoStart;
|
||||
StartManager.AutoStartChanged += (value =>
|
||||
|
||||
Reference in New Issue
Block a user