aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-10-07 01:49:31 +0200
committerselsta <selsta@sent.at>2022-10-07 02:28:44 +0200
commit80ade41905cff40eef94e27d39f14f41e887c96d (patch)
treef039b95585b3f7d4f9e0f59c2732b2c346cbcb94 /components
parentaef4a982dc644b3e971a89c8b65dd57d21d5e085 (diff)
downloadmonzero-gui-80ade41905cff40eef94e27d39f14f41e887c96d.tar.gz
monzero-gui-80ade41905cff40eef94e27d39f14f41e887c96d.tar.xz
monzero-gui-80ade41905cff40eef94e27d39f14f41e887c96d.zip
DaemonManager: take dataDir into account when sending cmd
Diffstat (limited to 'components')
-rw-r--r--components/NetworkStatusItem.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml
index 48eeccc2..46e9fbd6 100644
--- a/components/NetworkStatusItem.qml
+++ b/components/NetworkStatusItem.qml
@@ -201,6 +201,7 @@ Rectangle {
daemonManager.sendCommandAsync(
["set_bootstrap_daemon", "auto"],
appWindow.currentWallet.nettype,
+ persistentSettings.blockchainDataDir,
callback);
refreshMouseArea.visible = false;