Show button for about dialog in plasmoid as well

This commit is contained in:
Martchus 2019-02-17 23:49:39 +01:00
parent 2b3a27d537
commit 06072df707
1 changed files with 8 additions and 0 deletions

View File

@ -316,6 +316,14 @@ ColumnLayout {
}
}
}
TinyButton {
tooltip: qsTr("About Syncthing Tray")
iconSource: "help-about"
onClicked: {
plasmoid.nativeInterface.showAboutDialog()
plasmoid.expanded = false
}
}
TinyButton {
id: showOwnIdButton
tooltip: qsTr("Show own device ID")