aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-09-23 17:24:04 +0100
committerAlex-TIMEHACK <[email protected]>2017-09-23 17:24:04 +0100
commit84ef033af262343febc3f84471233e18bc6b502e (patch)
treeeec995de0f67ed16b6f893d3c2528e1fc7b8b708 /Histacom2/SaveDialogs/SaveFileTroubleShooter.cs
parent213861a59ee7cb42816172c38994d93484d129e8 (diff)
downloadhistacom2-84ef033af262343febc3f84471233e18bc6b502e.tar.gz
histacom2-84ef033af262343febc3f84471233e18bc6b502e.tar.bz2
histacom2-84ef033af262343febc3f84471233e18bc6b502e.zip
Fixed the troubleshooter... a bit...
More to come!
Diffstat (limited to 'Histacom2/SaveDialogs/SaveFileTroubleShooter.cs')
-rw-r--r--Histacom2/SaveDialogs/SaveFileTroubleShooter.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs
index af105f0..eceff04 100644
--- a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs
+++ b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs
@@ -173,8 +173,10 @@ namespace Histacom2.SaveDialogs
WriteToLog("ISSUE FOUND! Directory 'folders' doesn't exist! Creating one...");
Directory.CreateDirectory(folderspath);
SaveSystem.CheckFiles();
+ EndScan(true);
}
+ EndScan(true);
}
private void CheckValues()