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.
2 parents f28fcf0 + 81e013b commit 384b047Copy full SHA for 384b047
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