We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22266da commit 81e013bCopy full SHA for 81e013b
src/core/mainmenu/pages/more/more.ts
@@ -67,7 +67,8 @@ export class CoreMainMenuMorePage implements OnDestroy {
67
this.updateSiteObserver = eventsProvider.on(CoreEventsProvider.SITE_UPDATED, this.loadSiteInfo.bind(this),
68
sitesProvider.getCurrentSiteId());
69
this.loadSiteInfo();
70
- this.showScanQR = this.utils.canScanQR();
+ this.showScanQR = this.utils.canScanQR() &&
71
+ !this.sitesProvider.getCurrentSite().isFeatureDisabled('CoreMainMenuDelegate_QrReader');
72
}
73
74
/**
0 commit comments