mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Delete icon of buttons
This commit is contained in:
parent
cf91bbbf0b
commit
ca1b692a82
@ -87,8 +87,6 @@ Item
|
||||
{
|
||||
id: importButton
|
||||
text: qsTr("Import trusted node")
|
||||
// anchors.horizontalCenter: parent.horizontalCenter
|
||||
iconUrl: "/icons/paste.svg"
|
||||
fontSize: 14
|
||||
|
||||
onClicked:
|
||||
@ -182,9 +180,7 @@ Item
|
||||
ButtonText
|
||||
{
|
||||
id: btRsCert
|
||||
// anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: qsTr("Export own certificate link")
|
||||
iconUrl: "/icons/share.svg"
|
||||
fontSize: 14
|
||||
onClicked:
|
||||
{
|
||||
@ -247,7 +243,6 @@ Item
|
||||
id: btPlainCert
|
||||
text: qsTr("Export own plain certificate")
|
||||
fontSize: 14
|
||||
iconUrl: "/icons/share.svg"
|
||||
onClicked:
|
||||
{
|
||||
rsApi.request(
|
||||
|
Loading…
Reference in New Issue
Block a user