forked from Public/monero-gui
Added component RadioButton; changed 'settings->daemon mode' checkboxes to use them
This commit is contained in:
@@ -209,7 +209,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
CheckBox {
|
||||
RadioButton {
|
||||
id: remoteDisconnect
|
||||
checked: !persistentSettings.useRemoteNode
|
||||
text: qsTr("Local Node") + translationManager.emptyString
|
||||
@@ -220,7 +220,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
RadioButton {
|
||||
id: remoteConnect
|
||||
checked: persistentSettings.useRemoteNode
|
||||
text: qsTr("Remote Node") + translationManager.emptyString
|
||||
|
||||
Reference in New Issue
Block a user