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 {
|
||||
model: ListModel {
|
||||
ListElement {
|
||||
name: "molan"
|
||||
desc: qsTr("Maintainer of this release")
|
||||
mastodon: ""
|
||||
mail: "mol_an@sunrise.ch"
|
||||
}
|
||||
ListElement {
|
||||
name: "Duško Angirević"
|
||||
desc: qsTr("UI/UX design and development")
|
||||
|
@ -131,6 +125,12 @@ Page {
|
|||
mastodon: ""
|
||||
mail: "micotakis@gmail.com"
|
||||
}
|
||||
ListElement {
|
||||
name: "Molan"
|
||||
desc: qsTr("Development and maintenance")
|
||||
mastodon: ""
|
||||
mail: "mol_an@sunrise.ch"
|
||||
}
|
||||
ListElement {
|
||||
name: "Quentin PAGÈS / Quenti ♏"
|
||||
desc: qsTr("Occitan & French translation")
|
||||
|
|
Loading…
Reference in a new issue