actually set About button to false...
This commit is contained in:
parent
b3f59cee25
commit
2c2bba5525
@ -77,7 +77,7 @@ Page
|
|||||||
Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroundColor.g, Kirigami.Theme.backgroundColor.b, 0.4)
|
Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroundColor.g, Kirigami.Theme.backgroundColor.b, 0.4)
|
||||||
Kirigami.Theme.textColor: Kirigami.Theme.textColor
|
Kirigami.Theme.textColor: Kirigami.Theme.textColor
|
||||||
|
|
||||||
visible: true
|
visible: false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
//onClicked: load.source = "file:/usr/share/calamares/branding/kaos_branding/show.qml"
|
//onClicked: load.source = "file:/usr/share/calamares/branding/kaos_branding/show.qml"
|
||||||
onClicked: load.source = "about.qml"
|
onClicked: load.source = "about.qml"
|
||||||
|
Loading…
Reference in New Issue
Block a user