Updated Settings page
Added info about forked version and link to GitHub
This commit is contained in:
parent
d9a1711e2d
commit
b1748304ba
1 changed files with 24 additions and 0 deletions
|
@ -82,6 +82,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 {
|
SectionHeader {
|
||||||
text: qsTr("Credits")
|
text: qsTr("Credits")
|
||||||
}
|
}
|
||||||
|
@ -107,6 +125,12 @@ Page {
|
||||||
mastodon: ""
|
mastodon: ""
|
||||||
mail: "micotakis@gmail.com"
|
mail: "micotakis@gmail.com"
|
||||||
}
|
}
|
||||||
|
ListElement {
|
||||||
|
name: "Molan"
|
||||||
|
desc: "Maintainer of this forked version"
|
||||||
|
mastodon: ""
|
||||||
|
mail: "mol_an@sunrise.ch"
|
||||||
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Quentin PAGÈS / Quenti ♏"
|
name: "Quentin PAGÈS / Quenti ♏"
|
||||||
desc: "Occitan & French translation"
|
desc: "Occitan & French translation"
|
||||||
|
|
Loading…
Reference in a new issue