mirror of
https://github.com/laurent22/joplin.git
synced 2026-03-13 08:09:59 +08:00
Update BaseApplication.ts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user