forked from Public/monero-gui
Add support for creating hardware wallet
This commit is contained in:
3
main.qml
3
main.qml
@@ -331,7 +331,7 @@ ApplicationWindow {
|
||||
currentDaemonAddress = localDaemonAddress
|
||||
|
||||
console.log("initializing with daemon address: ", currentDaemonAddress)
|
||||
currentWallet.initAsync(currentDaemonAddress, 0, persistentSettings.is_recovering, persistentSettings.restore_height);
|
||||
currentWallet.initAsync(currentDaemonAddress, 0, persistentSettings.is_recovering, persistentSettings.is_recovering_from_device, persistentSettings.restore_height);
|
||||
}
|
||||
|
||||
function walletPath() {
|
||||
@@ -1010,6 +1010,7 @@ ApplicationWindow {
|
||||
property string payment_id
|
||||
property int restore_height : 0
|
||||
property bool is_recovering : false
|
||||
property bool is_recovering_from_device : false
|
||||
property bool customDecorations : true
|
||||
property string daemonFlags
|
||||
property int logLevel: 0
|
||||
|
||||
Reference in New Issue
Block a user