4
0
mirror of https://github.com/QuasarApp/Credits.git synced 2025-05-06 22:49:42 +00:00

Merge pull request from QuasarApp/fix_banner

Hidden banner and visible name section
This commit is contained in:
Igor loschinin 2021-10-14 22:01:30 +03:00 committed by GitHub
commit eb17693759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions
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 {