mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-26488][PM-26494] Disable chrome loader on MAS (#16699)
* Disable chrome loader on MAS * Remove direct dependency on platform utils service in favour of the system * Move check above brave condition * Invert condition
This commit is contained in:
@@ -146,7 +146,8 @@ export class ImportService implements ImportServiceAbstraction {
|
|||||||
map(([type, enabled]) => {
|
map(([type, enabled]) => {
|
||||||
let loaders = availableLoaders(type, client);
|
let loaders = availableLoaders(type, client);
|
||||||
|
|
||||||
let isUnsupported = false;
|
// Mac App Store is currently disabled due to sandboxing.
|
||||||
|
let isUnsupported = this.system.environment.isMacAppStore();
|
||||||
|
|
||||||
if (enabled && type === "bravecsv") {
|
if (enabled && type === "bravecsv") {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user