mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-05-06 22:49:42 +00:00
Merge pull request #21 from QuasarApp/fix_banner
Hidden banner and visible name section
This commit is contained in:
commit
eb17693759
src/Library/src/QuasarAppCreditsModule
@ -232,7 +232,7 @@ Page {
|
|||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: root
|
target: root
|
||||||
showQR: false
|
showQR: false
|
||||||
showHeader: true
|
showHeader: false
|
||||||
showPatreon: false
|
showPatreon: false
|
||||||
showBitcoin: false
|
showBitcoin: false
|
||||||
patronsList: []
|
patronsList: []
|
||||||
|
@ -16,9 +16,6 @@ import QtQuick.Layouts 1.15
|
|||||||
// }
|
// }
|
||||||
//]
|
//]
|
||||||
Repeater {
|
Repeater {
|
||||||
model: patronsList
|
|
||||||
|
|
||||||
visible: showPatrons
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
@ -28,8 +25,6 @@ Repeater {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
textFormat: TextEdit.MarkdownText
|
textFormat: TextEdit.MarkdownText
|
||||||
visible: showPatrons
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user