Update Settings.qml
This commit is contained in:
parent
7a41f2cca1
commit
33c2f867f9
1 changed files with 6 additions and 6 deletions
|
@ -113,12 +113,6 @@ Page {
|
||||||
}
|
}
|
||||||
Repeater {
|
Repeater {
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
|
||||||
name: "molan"
|
|
||||||
desc: qsTr("Maintainer of this release")
|
|
||||||
mastodon: ""
|
|
||||||
mail: "mol_an@sunrise.ch"
|
|
||||||
}
|
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Duško Angirević"
|
name: "Duško Angirević"
|
||||||
desc: qsTr("UI/UX design and development")
|
desc: qsTr("UI/UX design and development")
|
||||||
|
@ -131,6 +125,12 @@ Page {
|
||||||
mastodon: ""
|
mastodon: ""
|
||||||
mail: "micotakis@gmail.com"
|
mail: "micotakis@gmail.com"
|
||||||
}
|
}
|
||||||
|
ListElement {
|
||||||
|
name: "Molan"
|
||||||
|
desc: qsTr("Development and maintenance")
|
||||||
|
mastodon: ""
|
||||||
|
mail: "mol_an@sunrise.ch"
|
||||||
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Quentin PAGÈS / Quenti ♏"
|
name: "Quentin PAGÈS / Quenti ♏"
|
||||||
desc: qsTr("Occitan & French translation")
|
desc: qsTr("Occitan & French translation")
|
||||||
|
|
Loading…
Reference in a new issue