mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set button to open and close advanced options
This commit is contained in:
parent
731a10a6a5
commit
4747e163d5
@ -210,6 +210,17 @@ Item
|
||||
}
|
||||
}
|
||||
|
||||
ButtonText
|
||||
{
|
||||
onClicked: plainCertificateRow.visible = !plainCertificateRow.visible
|
||||
iconUrl: "/icons/options.svg"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: "white"
|
||||
borderWidth: 1
|
||||
text: qsTr("Advanced")
|
||||
|
||||
}
|
||||
|
||||
Row
|
||||
{
|
||||
id: plainCertificateRow
|
||||
|
Loading…
Reference in New Issue
Block a user