mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Link to mastodon profile in AboutDialog
This commit is contained in:
parent
3689a8b795
commit
5212953a67
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import QtQuick.Layouts 1.3
|
|||
|
||||
Label {
|
||||
width: aboutDialog.availableWidth
|
||||
text: "Telephant! by <a style=\"text-decoration: none;\" href=\"https://twitter.com/mueslix\">@mueslix</a>"
|
||||
text: "<a style=\"text-decoration: none; color: white;\" href=\"https://mastodon.social/@telephant\">Telephant!</a>"
|
||||
textFormat: Text.RichText
|
||||
wrapMode: Label.Wrap
|
||||
font.pointSize: 14
|
||||
|
|
Loading…
Reference in a new issue