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
|
id: importButton
|
||||||
text: qsTr("Import trusted node")
|
text: qsTr("Import trusted node")
|
||||||
// anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
iconUrl: "/icons/paste.svg"
|
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
@ -182,9 +180,7 @@ Item
|
|||||||
ButtonText
|
ButtonText
|
||||||
{
|
{
|
||||||
id: btRsCert
|
id: btRsCert
|
||||||
// anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
text: qsTr("Export own certificate link")
|
text: qsTr("Export own certificate link")
|
||||||
iconUrl: "/icons/share.svg"
|
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
@ -247,7 +243,6 @@ Item
|
|||||||
id: btPlainCert
|
id: btPlainCert
|
||||||
text: qsTr("Export own plain certificate")
|
text: qsTr("Export own plain certificate")
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
iconUrl: "/icons/share.svg"
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
rsApi.request(
|
rsApi.request(
|
||||||
|
Loading…
Reference in New Issue
Block a user