diff --git a/FModel/App.xaml.cs b/FModel/App.xaml.cs
index 16ad94dc..b10a118f 100644
--- a/FModel/App.xaml.cs
+++ b/FModel/App.xaml.cs
@@ -44,9 +44,9 @@ namespace FModel
}
if (!Directory.Exists(UserSettings.Default.OutputDirectory))
- {
UserSettings.Default.OutputDirectory = Path.Combine(Directory.GetCurrentDirectory(), "Output");
- }
+ if (!Directory.Exists(UserSettings.Default.ModelDirectory))
+ UserSettings.Default.ModelDirectory = Path.Combine(UserSettings.Default.OutputDirectory, "Saves");
Directory.CreateDirectory(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FModel"));
Directory.CreateDirectory(Path.Combine(UserSettings.Default.OutputDirectory, "Backups"));
diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml
index 33c357cd..757411ec 100644
--- a/FModel/MainWindow.xaml
+++ b/FModel/MainWindow.xaml
@@ -156,9 +156,6 @@
-
@@ -838,19 +835,6 @@
-
-
-
-
-
-
-