diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-09-23 17:24:04 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-09-23 17:24:04 +0100 |
| commit | 84ef033af262343febc3f84471233e18bc6b502e (patch) | |
| tree | eec995de0f67ed16b6f893d3c2528e1fc7b8b708 | |
| parent | 213861a59ee7cb42816172c38994d93484d129e8 (diff) | |
| download | histacom2-84ef033af262343febc3f84471233e18bc6b502e.tar.gz histacom2-84ef033af262343febc3f84471233e18bc6b502e.tar.bz2 histacom2-84ef033af262343febc3f84471233e18bc6b502e.zip | |
Fixed the troubleshooter... a bit...
More to come!
| -rw-r--r-- | Histacom2/SaveDialogs/SaveFileTroubleShooter.cs | 2 |
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() |
