mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 21:56:37 +00:00
Other changes - start Wallet Connect SDK using web engine after wallet is ready - source WC project ID from the constants in nim - close list when opening the `ConnectDappModal` - remove the old POC modal instantiation - rename ConnectDappPopup to Modal for consistency - move specific dapps related user settings to their place in the component - add DAppsStore to be used for dapps abstraction Updates #14556
11 lines
217 B
QML
11 lines
217 B
QML
import QtQuick 2.15
|
|
|
|
import shared.popups.walletconnect 1.0
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
required property WalletConnectSDK wCSDK
|
|
|
|
// Here we will have business logic calls and expose connections history models
|
|
} |