From 9ffdea44c5562e8c161202c3f6bd673a563f5c4c Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Fri, 20 Dec 2019 15:47:33 -0700 Subject: [PATCH] Few bug fixes --- Wabbajack.Common/Utils.cs | 3 +++ Wabbajack/Views/LoginManagerView.xaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Wabbajack.Common/Utils.cs b/Wabbajack.Common/Utils.cs index 0e3836f8..20db4146 100644 --- a/Wabbajack.Common/Utils.cs +++ b/Wabbajack.Common/Utils.cs @@ -50,6 +50,9 @@ namespace Wabbajack.Common static Utils() { + if (!Directory.Exists(Consts.LocalAppDataPath)) + Directory.CreateDirectory(Consts.LocalAppDataPath); + var programName = Assembly.GetEntryAssembly()?.Location ?? "Wabbajack"; LogFile = programName + ".log"; _startTime = DateTime.Now; diff --git a/Wabbajack/Views/LoginManagerView.xaml b/Wabbajack/Views/LoginManagerView.xaml index 7a70f65b..5480febc 100644 --- a/Wabbajack/Views/LoginManagerView.xaml +++ b/Wabbajack/Views/LoginManagerView.xaml @@ -68,7 +68,7 @@ - + @@ -79,8 +79,8 @@ - - + +