aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-23 11:26:59 -0500
committerGitHub <[email protected]>2017-09-23 11:26:59 -0500
commitd55b0e22ae5006892e8a95d2f188a773dccada77 (patch)
tree9c90ec1a8148d66d9ff8605710a992e5e14a6b7e
parent1ee3e00f8f0ee879fce4edf7d1ba9889335bc826 (diff)
parent350e749bb9eab16efe753f9b8fd703b52a97f808 (diff)
downloadhistacom2-d55b0e22ae5006892e8a95d2f188a773dccada77.tar.gz
histacom2-d55b0e22ae5006892e8a95d2f188a773dccada77.tar.bz2
histacom2-d55b0e22ae5006892e8a95d2f188a773dccada77.zip
Merge pull request #162 from Alex-TIMEHACK/master
Slightly fixed the troubleshooter
-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()