main: ask whether to stop local node upon switching to remote node

This commit is contained in:
xiphon
2019-11-24 10:04:42 +00:00
parent 2f5c47e95f
commit a9a59fd314
2 changed files with 38 additions and 24 deletions

View File

@@ -253,7 +253,6 @@ Rectangle{
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onClicked: {
persistentSettings.useRemoteNode = true;
appWindow.connectRemoteNode();
}
}