mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
no update for menu for snap store either
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
|||||||
} from 'electron';
|
} from 'electron';
|
||||||
|
|
||||||
import { Main } from '../main';
|
import { Main } from '../main';
|
||||||
import { isMacAppStore, isWindowsStore } from '../scripts/utils';
|
import { isMacAppStore, isWindowsStore, isSnapStore } from '../scripts/utils';
|
||||||
|
|
||||||
import { ConstantsService } from 'jslib/services/constants.service';
|
import { ConstantsService } from 'jslib/services/constants.service';
|
||||||
|
|
||||||
@@ -588,7 +588,7 @@ export class MenuMain {
|
|||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
];
|
];
|
||||||
|
|
||||||
if (!isWindowsStore()) {
|
if (!isWindowsStore() && !isSnapStore()) {
|
||||||
aboutMenuAdditions.push(updateMenuItem);
|
aboutMenuAdditions.push(updateMenuItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user