fix corp not loading

This commit is contained in:
Olivier Gagnon
2021-11-11 22:43:40 -05:00
parent 0114c92829
commit 9d435bbe47
5 changed files with 18 additions and 4 deletions
-1
View File
@@ -282,6 +282,5 @@ export const Settings: ISettings & ISelfInitializer & ISelfLoading = {
Object.assign(Settings.theme, save.theme);
delete save.theme;
Object.assign(Settings, save);
console.log(Settings.TimestampsFormat);
},
};