fix: #614 breaks in desktop client :trollface: (#616)

This commit is contained in:
Jan
2022-05-08 23:17:36 +02:00
committed by GitHub
parent c5f8732485
commit 0326d9ae44
2 changed files with 5 additions and 5 deletions

View File

@@ -287,7 +287,7 @@ export default function ContextMenus() {
"attachments",
"attachments/download",
),
isFirefox ? "_blank" : "_self",
isFirefox || window.native ? "_blank" : "_self",
);
}
break;