forked from Public/monero-gui
WalletManager: instantiable QML type
This commit is contained in:
5
main.qml
5
main.qml
@@ -34,6 +34,7 @@ import QtQuick.Dialogs 1.2
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
import moneroComponents.Wallet 1.0
|
||||
import moneroComponents.WalletManager 1.0
|
||||
import moneroComponents.PendingTransaction 1.0
|
||||
import moneroComponents.NetworkType 1.0
|
||||
import moneroComponents.Settings 1.0
|
||||
@@ -2235,4 +2236,8 @@ ApplicationWindow {
|
||||
id: languageSidebar
|
||||
dragMargin: 0
|
||||
}
|
||||
|
||||
WalletManager {
|
||||
id: walletManager
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user