1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

[PS-2238] Hide get android submenu on MacStore release (#4449)

* Hide get android submenu on MacStore release

* Add comment why Android is hidden on the MacAppStore release

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2023-01-11 20:47:26 +01:00 committed by GitHub
parent d138cb90ab
commit 44851fe231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@ export class HelpMenu implements IMenubarMenu {
{
id: "android",
label: "Android",
visible: !isMacAppStore(), // Apple Guideline 2.3.10 - Accurate Metadata
click: () => {
shell.openExternal(
"https://play.google.com/store/apps/" + "details?id=com.x8bit.bitwarden"