mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #204
4bef677
Enter default value in port in settings page (Gingeropolous)
This commit is contained in:
commit
cbe431dfc8
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Rectangle {
|
||||||
id: daemonPort
|
id: daemonPort
|
||||||
Layout.preferredWidth: 100
|
Layout.preferredWidth: 100
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: (daemonAddress !== undefined) ? daemonAddress[1] : ""
|
text: (daemonAddress !== undefined) ? daemonAddress[1] : "18081"
|
||||||
placeholderText: qsTr("Port")
|
placeholderText: qsTr("Port")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue