diff --git a/FModel/App.config b/FModel/App.config
index 7f30fc13..037ed097 100644
--- a/FModel/App.config
+++ b/FModel/App.config
@@ -52,12 +52,6 @@
False
-
-
-
-
-
-
\ No newline at end of file
diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj
index 8e787a60..277507ad 100644
--- a/FModel/FModel.csproj
+++ b/FModel/FModel.csproj
@@ -78,9 +78,6 @@
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
-
- ..\packages\RestSharp.106.6.9\lib\net452\RestSharp.dll
-
..\packages\jacobslusser.ScintillaNET.3.6.3\lib\net40\ScintillaNET.dll
diff --git a/FModel/PAKWindow.cs b/FModel/PAKWindow.cs
index 0b50d167..ff0f5525 100644
--- a/FModel/PAKWindow.cs
+++ b/FModel/PAKWindow.cs
@@ -165,6 +165,9 @@ namespace FModel
Properties.Settings.Default.ExtractAndSerialize = true; //SERIALIZE BY DEFAULT
docPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments).ToString() + "\\FModel";
+ if (!Directory.Exists(docPath))
+ Directory.CreateDirectory(docPath);
+
if (string.IsNullOrEmpty(Properties.Settings.Default.ExtractOutput))
{
Properties.Settings.Default.ExtractOutput = docPath;
diff --git a/FModel/Properties/Settings.Designer.cs b/FModel/Properties/Settings.Designer.cs
index cc3ad00d..2d4a698d 100644
--- a/FModel/Properties/Settings.Designer.cs
+++ b/FModel/Properties/Settings.Designer.cs
@@ -201,29 +201,5 @@ namespace FModel.Properties {
this["isWatermark"] = value;
}
}
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string email {
- get {
- return ((string)(this["email"]));
- }
- set {
- this["email"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string password {
- get {
- return ((string)(this["password"]));
- }
- set {
- this["password"] = value;
- }
- }
}
}
diff --git a/FModel/Properties/Settings.settings b/FModel/Properties/Settings.settings
index 8ff82df4..abbcabf7 100644
--- a/FModel/Properties/Settings.settings
+++ b/FModel/Properties/Settings.settings
@@ -47,11 +47,5 @@
False
-
-
-
-
-
-
\ No newline at end of file
diff --git a/FModel/packages.config b/FModel/packages.config
index 572e2a00..962f15c1 100644
--- a/FModel/packages.config
+++ b/FModel/packages.config
@@ -2,5 +2,4 @@
-
\ No newline at end of file