mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-04-28 10:44:40 +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"
|
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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user