From 4b4377331f426734476cd151092eeb90ca78dac2 Mon Sep 17 00:00:00 2001 From: Roman Chornii Date: Tue, 23 Jul 2024 21:48:01 +0300 Subject: [PATCH] fix(dApps): sign popup appears during splash screen (#15739) --- ui/app/mainui/AppMain.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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