diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index 93fb3bc..5f5c319 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -81,6 +81,24 @@ Page { } } } + + SectionHeader { + text: qsTr("About") + } + + Text { + x: Theme.horizontalPageMargin + width: parent.width - ( 2 * Theme.horizontalPageMargin ) + text: qsTr("This application is a forked version of the Mastodon client Tooter, originally developed by Duško Angirević, which fixes various bugs. Source code on GitHub.") + font.pixelSize: Theme.fontSizeExtraSmall + linkColor: Theme.highlightColor + color: Theme.primaryColor + wrapMode: Text.Wrap + anchors { + horizontalCenter: parent.horizontalCenter + } + onLinkActivated: Qt.openUrlExternally(link) + } SectionHeader { text: qsTr("Credits") @@ -107,6 +125,12 @@ Page { mastodon: "" mail: "micotakis@gmail.com" } + ListElement { + name: "Molan" + desc: "Maintainer of this forked version" + mastodon: "" + mail: "mol_an@sunrise.ch" + } ListElement { name: "Quentin PAGÈS / Quenti ♏" desc: "Occitan & French translation"