diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index 621faa3..fc56309 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -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")