We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa7e5b commit ef6b580Copy full SHA for ef6b580
1 file changed
EveChatNotifier/FormMain.cs
@@ -50,8 +50,11 @@ public FormMain()
50
Properties.Settings.Default.EveChatLogsPath = "%DEFAULT_EVELOGPATH%";
51
pathFix = true;
52
}
53
- Properties.Settings.Default.Save();
54
- Properties.Settings.Default.Reload();
+ if(pathFix)
+ {
55
+ Properties.Settings.Default.Save();
56
+ Properties.Settings.Default.Reload();
57
+ }
58
59
// set real paths
60
PathEveChatLogs = PathHelper.DecryptPath(Properties.Settings.Default.EveChatLogsPath);
0 commit comments