Update Settings.qml
This commit is contained in:
parent
5f4e7cdb67
commit
f0fcef072b
1 changed files with 19 additions and 0 deletions
|
@ -81,6 +81,25 @@ Page {
|
|||
}
|
||||
}
|
||||
}
|
||||
SectionHeader {
|
||||
text: qsTr("Info")
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
rightMargin: Theme.horizontalPageMargin
|
||||
}
|
||||
Repeater {
|
||||
model: ListModel {
|
||||
ListElement {
|
||||
name: ""
|
||||
desc: qsTr("This is a fork of Tooter.")
|
||||
mastodon: ""
|
||||
mail: ""
|
||||
}
|
||||
}
|
||||
SectionHeader {
|
||||
text: qsTr("Credits")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue