mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-04-26 17:54:39 +00:00
Merge pull request #21 from QuasarApp/fix_banner
Hidden banner and visible name section
This commit is contained in:
commit
eb17693759
@ -232,7 +232,7 @@ Page {
|
||||
PropertyChanges {
|
||||
target: root
|
||||
showQR: false
|
||||
showHeader: true
|
||||
showHeader: false
|
||||
showPatreon: false
|
||||
showBitcoin: false
|
||||
patronsList: []
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user