settingsnode: enable trusted daemon option

This commit is contained in:
mmbyday
2019-02-15 13:46:16 -08:00
parent 0064e595c3
commit bd42200a29
2 changed files with 17 additions and 1 deletions

View File

@@ -1033,6 +1033,7 @@ ApplicationWindow {
property string daemon_address: nettype == NetworkType.TESTNET ? "localhost:28081" : nettype == NetworkType.STAGENET ? "localhost:38081" : "localhost:18081"
property string payment_id
property int restore_height : 0
property bool is_trusted_daemon : false
property bool is_recovering : false
property bool is_recovering_from_device : false
property bool customDecorations : true