mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
no update for menu for snap store either
This commit is contained in:
parent
c9d3452f05
commit
97607cd664
@ -11,7 +11,7 @@ import {
|
||||
} from 'electron';
|
||||
|
||||
import { Main } from '../main';
|
||||
import { isMacAppStore, isWindowsStore } from '../scripts/utils';
|
||||
import { isMacAppStore, isWindowsStore, isSnapStore } from '../scripts/utils';
|
||||
|
||||
import { ConstantsService } from 'jslib/services/constants.service';
|
||||
|
||||
@ -588,7 +588,7 @@ export class MenuMain {
|
||||
{ type: 'separator' },
|
||||
];
|
||||
|
||||
if (!isWindowsStore()) {
|
||||
if (!isWindowsStore() && !isSnapStore()) {
|
||||
aboutMenuAdditions.push(updateMenuItem);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user