1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-18 13:27:28 +01:00

Removing unnecessary label

This commit is contained in:
Sander Ferdinand 2017-12-11 00:33:04 +01:00 committed by moneromooo-monero
parent 676d976e53
commit 129562594d

View File

@ -378,16 +378,6 @@ Rectangle {
}
}
RowLayout {
visible: daemonAdvanced.checked && !isMobile
Layout.fillWidth: true
Layout.bottomMargin: 0 * scaleRatio
LabelSubheader {
text: qsTr("Advanced daemon options") + translationManager.emptyString
}
}
RowLayout{
CheckBox {
id: daemonAdvanced