Update packages, switch to submodules

This commit is contained in:
2018-02-06 20:37:05 -05:00
parent 0e285d167e
commit e447716b43
9 changed files with 44 additions and 220 deletions

View File

@@ -1,6 +1,7 @@
using System;
using FloatingStatusWindowLibrary;
using FloatingStatusWindowLibrary;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Windows;
using Settings = TestWindow.Properties.Settings;
@@ -15,7 +16,7 @@ namespace TestWindow
base.OnStartup(e);
StartManager.ManageAutoStart = true;
StartManager.AutoStartEnabled = Settings.Default.AutoStart;
StartManager.AutoStartEnabled = !Debugger.IsAttached && Settings.Default.AutoStart;
StartManager.AutoStartChanged += (value =>
{
Settings.Default.AutoStart = value;