mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-04-26 01:34:38 +00:00
fixed delete extra property and code in main
This commit is contained in:
parent
85bd6f7094
commit
8c4819302a
@ -14,22 +14,11 @@ ApplicationWindow {
|
||||
state: "about"
|
||||
developersList: [
|
||||
{
|
||||
section: qsTr("## QuasarApp Core 1"),
|
||||
section: qsTr("## QuasarApp Core"),
|
||||
sectionList: [
|
||||
"* Oleg-Disigner",
|
||||
"* Yankovich Andrei"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
section: qsTr("## QuasarApp Core 2"),
|
||||
sectionList: [
|
||||
"* Oleg-Disigner",
|
||||
"* Yankovich Andrei",
|
||||
"* Yankovich Andrei",
|
||||
"* Yankovich Andrei",
|
||||
"* Yankovich Andrei"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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: true
|
||||
|
||||
}
|
||||
|
||||
Repeater {
|
||||
|
Loading…
x
Reference in New Issue
Block a user