fix(dApps): sign popup appears during splash screen (#15739)

This commit is contained in:
Roman Chornii 2024-07-23 21:48:01 +03:00 committed by GitHub
parent 9934b624fd
commit 4b4377331f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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