removed some of fconf

This commit is contained in:
Olivier Gagnon
2021-09-22 01:36:17 -04:00
parent 96f0879230
commit f9a4eadb71
13 changed files with 110 additions and 44 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export class RunningScript {
}
let logEntry = txt;
if (FconfSettings.ENABLE_TIMESTAMPS) {
if (Settings.EnableTimestamps) {
logEntry = "[" + getTimestamp() + "] " + logEntry;
}