diff --git a/app/src/index.ts b/app/src/index.ts index c28901f47..1091a0af2 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -192,7 +192,7 @@ export class App { openFileById({app: this, id: data.data.id, action: [Constants.CB_GET_FOCUS]}); break; case "exit": - if (isBrowser()) { + if (isBrowser() && !isInMobileApp()) { window.location.href = "about:blank"; } }