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:
parent
76ee54e4c7
commit
85bd6f7094
src
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user