forked from Public/monero-gui
@@ -128,7 +128,7 @@ Window {
|
||||
placeholderText: qsTr("command + enter (e.g help)") + translationManager.emptyString
|
||||
onAccepted: {
|
||||
if(text.length > 0)
|
||||
daemonManager.sendCommand(text,currentWallet.testnet);
|
||||
daemonManager.sendCommand(text,currentWallet.nettype);
|
||||
text = ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user