Merge branch 'master' of https://github.com/molan-git/harbour-tooter
This commit is contained in:
commit
f6a3e2438e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue