This commit is contained in:
molan-git 2020-04-27 17:29:18 +02:00
commit f6a3e2438e

View file

@ -29,7 +29,7 @@ Page {
icon.source: Logic.conf['login'] ? "image://theme/icon-m-people" : "image://theme/icon-m-add" icon.source: Logic.conf['login'] ? "image://theme/icon-m-people" : "image://theme/icon-m-add"
onCheckedChanged: { onCheckedChanged: {
remorsePopup.execute(removeAccount.text, function() { remorsePopup.execute(removeAccount.text, function() {
busy = true; busy = true;
checked = false; checked = false;
@ -107,8 +107,8 @@ Page {
mail: "micotakis@gmail.com" mail: "micotakis@gmail.com"
} }
ListElement { ListElement {
name: "molan" name: "Molan"
desc: qsTr("Development and maintenence") desc: qsTr("Development and maintenance")
mastodon: "" mastodon: ""
mail: "mol_an@sunrise.ch" mail: "mol_an@sunrise.ch"
} }