Merge pull request #21 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

View File

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

View File

@ -16,9 +16,6 @@ import QtQuick.Layouts 1.15
// }
//]
Repeater {
model: patronsList
visible: showPatrons
ColumnLayout {
Layout.fillWidth: true
@ -28,8 +25,6 @@ Repeater {
Layout.fillWidth: true
textFormat: TextEdit.MarkdownText
visible: showPatrons
}
Repeater {