Updated Settings page

Added info about forked version and link to GitHub
This commit is contained in:
molan-git 2020-01-15 21:11:59 +00:00 committed by GitHub
parent d9a1711e2d
commit b1748304ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <a href=\'https://github.com/molan-git/harbour-tooter'>GitHub</a>.")
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"