forked from Public/monero-gui
Merge pull request #709
62e1dc4Setttings: blockchain folder location (Jaquee)9037eedDaemonManager: support dataDir parameter + validator (Jaquee)
This commit is contained in:
3
main.qml
3
main.qml
@@ -405,7 +405,7 @@ ApplicationWindow {
|
||||
currentWallet.pauseRefresh();
|
||||
|
||||
appWindow.showProcessingSplash(qsTr("Waiting for daemon to start..."))
|
||||
daemonManager.start(flags, persistentSettings.testnet);
|
||||
daemonManager.start(flags, persistentSettings.testnet, persistentSettings.blockchainDataDir);
|
||||
persistentSettings.daemonFlags = flags
|
||||
}
|
||||
|
||||
@@ -884,6 +884,7 @@ ApplicationWindow {
|
||||
property string daemonUsername: ""
|
||||
property string daemonPassword: ""
|
||||
property bool transferShowAdvanced: false
|
||||
property string blockchainDataDir: ""
|
||||
}
|
||||
|
||||
// Information dialog
|
||||
|
||||
Reference in New Issue
Block a user