4
0
mirror of https://github.com/QuasarApp/Credits.git synced 2025-05-11 08:59:42 +00:00

fixed: hidden banner and visible name section

This commit is contained in:
IgorekLoschinin 2021-10-14 21:40:31 +03:00
parent 76ee54e4c7
commit 85bd6f7094
3 changed files with 14 additions and 3 deletions
src
Example/src
Library/src/QuasarAppCreditsModule

@ -14,11 +14,22 @@ ApplicationWindow {
state: "about"
developersList: [
{
section: qsTr("## QuasarApp Core"),
section: qsTr("## QuasarApp Core 1"),
sectionList: [
"* Oleg-Disigner",
"* Yankovich Andrei"
]
},
{
section: qsTr("## QuasarApp Core 2"),
sectionList: [
"* Oleg-Disigner",
"* Yankovich Andrei",
"* Yankovich Andrei",
"* Yankovich Andrei",
"* Yankovich Andrei"
]
}
]
}

@ -232,7 +232,7 @@ Page {
PropertyChanges {
target: root
showQR: false
showHeader: true
showHeader: false
showPatreon: false
showBitcoin: false
patronsList: []

@ -28,7 +28,7 @@ Repeater {
Layout.fillWidth: true
textFormat: TextEdit.MarkdownText
visible: showPatrons
visible: true
}