Update BaseApplication.ts

This commit is contained in:
Laurent Cozic
2023-03-14 11:45:30 +00:00
committed by GitHub
parent 7dae90698d
commit 7e387c47f2

View File

@@ -835,7 +835,6 @@ export default class BaseApplication {
appLogger.info(`Client ID: ${Setting.value('clientId')}`);
// App will be started in 'SAFE MODE ' if --safe-mode flag is set from command line or from flags.txt
if (initArgs?.isSafeMode) {
Setting.setValue('isSafeMode', true);
}