fix(dApps): sign popup appears during splash screen (#15739)
This commit is contained in:
parent
9934b624fd
commit
4b4377331f
|
@ -2179,7 +2179,7 @@ Item {
|
||||||
id: walletConnectServiceLoader
|
id: walletConnectServiceLoader
|
||||||
|
|
||||||
// It seems some of the functionality of the dapp connector depends on the WalletConnectService
|
// 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 {
|
sourceComponent: WalletConnectService {
|
||||||
id: walletConnectService
|
id: walletConnectService
|
||||||
|
|
Loading…
Reference in New Issue