Merge pull request #8 from QuasarApp/task_7

Add patron name
This commit is contained in:
Oleg-designer 2021-04-17 13:29:32 +03:00 committed by GitHub
commit 5da18fd68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -19,5 +19,6 @@ If you would like to use bitcoins to support us, you can transfer coins to these
### Silver Membership Patrons:
- Rustem Husnutdinov
- Semih Ufuk Güler
***

View File

@ -109,6 +109,14 @@ Page {
textFormat: TextEdit.MarkdownText
}
Label {
text: qsTr("* Semih Ufuk Güler")
Layout.fillWidth: true
textFormat: TextEdit.MarkdownText
}
}
anchors.fill: parent