fixed delete extra property and code in main

This commit is contained in:
IgorekLoschinin 2021-10-14 21:56:17 +03:00
parent 85bd6f7094
commit 8c4819302a
2 changed files with 1 additions and 17 deletions

View File

@ -14,22 +14,11 @@ ApplicationWindow {
state: "about" state: "about"
developersList: [ developersList: [
{ {
section: qsTr("## QuasarApp Core 1"), section: qsTr("## QuasarApp Core"),
sectionList: [ sectionList: [
"* Oleg-Disigner", "* Oleg-Disigner",
"* Yankovich Andrei" "* Yankovich Andrei"
] ]
},
{
section: qsTr("## QuasarApp Core 2"),
sectionList: [
"* Oleg-Disigner",
"* Yankovich Andrei",
"* Yankovich Andrei",
"* Yankovich Andrei",
"* Yankovich Andrei"
]
} }
] ]
} }

View File

@ -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: true
} }
Repeater { Repeater {