diff --git a/ui/app/mainui/AppMain.qml b/ui/app/mainui/AppMain.qml index d1b6ca525b..e69e40a879 100644 --- a/ui/app/mainui/AppMain.qml +++ b/ui/app/mainui/AppMain.qml @@ -2179,7 +2179,7 @@ Item { id: walletConnectServiceLoader // It seems some of the functionality of the dapp connector depends on the WalletConnectService - active: Global.featureFlags.dappsEnabled || Global.featureFlags.connectorEnabled + active: (Global.featureFlags.dappsEnabled || Global.featureFlags.connectorEnabled) && appMain.visible sourceComponent: WalletConnectService { id: walletConnectService