From 5212953a671bf5fab755acd2da3b9d7aede58fc5 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 10 May 2019 15:47:31 +0200 Subject: [PATCH] Link to mastodon profile in AboutDialog --- qml/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/AboutDialog.qml b/qml/AboutDialog.qml index 3f29ee6..0769261 100644 --- a/qml/AboutDialog.qml +++ b/qml/AboutDialog.qml @@ -20,7 +20,7 @@ import QtQuick.Layouts 1.3 Label { width: aboutDialog.availableWidth - text: "Telephant! by @mueslix" + text: "Telephant!" textFormat: Text.RichText wrapMode: Label.Wrap font.pointSize: 14