Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-06 17:06:13 +08:00
parent 6feb2bc8ec
commit 013306f949
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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";
}
}