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 @@ - - + +