mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
wizarddaemonsettings remove lightwallet settings until #2109 is merged
This commit is contained in:
parent
418e4816d4
commit
806f496faf
1 changed files with 0 additions and 15 deletions
|
@ -164,21 +164,6 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
|
||||||
CheckBox {
|
|
||||||
id: lightWallet
|
|
||||||
text: qsTr("Light Wallet - Do not download blockchain") + translationManager.emptyString
|
|
||||||
Layout.topMargin: 20 * scaleRatio
|
|
||||||
background: "#FFFFFF"
|
|
||||||
fontColor: "#4A4646"
|
|
||||||
fontSize: 16 * scaleRatio
|
|
||||||
checkedIcon: "../images/checkedVioletIcon.png"
|
|
||||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
|
||||||
checked: appWindow.persistentSettings.lightWallet
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: remoteNode
|
id: remoteNode
|
||||||
|
|
Loading…
Reference in a new issue