Update Settings.qml
This commit is contained in:
parent
f0fcef072b
commit
b86321927b
1 changed files with 1 additions and 19 deletions
|
@ -81,25 +81,7 @@ 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 {
|
SectionHeader {
|
||||||
text: qsTr("Credits")
|
text: qsTr("Credits")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue