aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-17 16:34:16 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-17 16:34:16 +0300
commitc3424087c9a2aff7f509f9c866d151945633a382 (patch)
tree68c1f77805ab574e4a15d31d2965180efc83204c /Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
parent4e2862f9fa0eaf94605d0161f4905005fbf84411 (diff)
downloadTango-c3424087c9a2aff7f509f9c866d151945633a382.tar.gz
Tango-c3424087c9a2aff7f509f9c866d151945633a382.zip
Redundant..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
index d6485bc08..98ed016ae 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs
@@ -55,6 +55,8 @@ namespace Tango.PPC.UI
IntegratedSecurity = true,
};
+ SettingsManager.Default.GetOrCreate<CoreSettings>();
+
var settings = SettingsManager.Default.GetOrCreate<PPCSettings>();
if (settings.LoggingCategories.Count == 0)