mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Merge pull request #2392
411505b
SimpleMode: ignore persistent daemon flags (xiphon)
This commit is contained in:
commit
dd1046b31f
1 changed files with 1 additions and 2 deletions
3
main.qml
3
main.qml
|
@ -689,7 +689,6 @@ ApplicationWindow {
|
|||
appWindow.showProcessingSplash(qsTr("Waiting for daemon to start..."))
|
||||
const noSync = appWindow.walletMode === 0;
|
||||
daemonManager.start(flags, persistentSettings.nettype, persistentSettings.blockchainDataDir, persistentSettings.bootstrapNodeAddress, noSync);
|
||||
persistentSettings.daemonFlags = flags
|
||||
}
|
||||
|
||||
function stopDaemon(){
|
||||
|
@ -1863,7 +1862,7 @@ ApplicationWindow {
|
|||
if (appWindow.daemonRunning) {
|
||||
appWindow.stopDaemon();
|
||||
}
|
||||
appWindow.startDaemon(persistentSettings.daemonFlags);
|
||||
appWindow.startDaemon("");
|
||||
appWindow.disconnectedEpoch = Utils.epoch();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue