[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:
parent
d138cb90ab
commit
44851fe231
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue