mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
Android: useRemoteNode default to true
This commit is contained in:
parent
aef4a982dc
commit
6441d99279
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -1395,7 +1395,7 @@ ApplicationWindow {
|
||||||
property bool historyShowAdvanced: false
|
property bool historyShowAdvanced: false
|
||||||
property bool historyHumanDates: true
|
property bool historyHumanDates: true
|
||||||
property string blockchainDataDir: ""
|
property string blockchainDataDir: ""
|
||||||
property bool useRemoteNode: false
|
property bool useRemoteNode: isAndroid
|
||||||
property string remoteNodeAddress: "" // TODO: drop after v0.17.2.0 release
|
property string remoteNodeAddress: "" // TODO: drop after v0.17.2.0 release
|
||||||
property string remoteNodesSerialized: JSON.stringify({
|
property string remoteNodesSerialized: JSON.stringify({
|
||||||
selected: 0,
|
selected: 0,
|
||||||
|
|
Loading…
Reference in a new issue