mirror of https://github.com/keeweb/keeweb
disabled the extension setting for mobile
parent
5c5de91672
commit
8525571afc
|
@ -63,7 +63,7 @@ const Features = {
|
|||
return this._browserIcon;
|
||||
},
|
||||
get supportsBrowserExtensions() {
|
||||
return this.isDesktop || this.browserIcon !== 'safari';
|
||||
return !this.isMobile && (this.isDesktop || this.browserIcon !== 'safari');
|
||||
},
|
||||
get extensionBrowserFamily() {
|
||||
if (Features.isDesktop) {
|
||||
|
|
Loading…
Reference in New Issue