mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
Android: useRemoteNode default to true
This commit is contained in:
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user