Skip to content

Commit 1415d83

Browse files
committed
qml: OnboardingCover.qml, commented out the settings code since we are now waiting for onboarding to finish before node init
1 parent 4987f80 commit 1415d83

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/qml/pages/onboarding/OnboardingCover.qml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import QtQuick.Controls 2.15
77
import QtQuick.Layouts 1.15
88
import "../../controls"
99
import "../../components"
10-
import "../settings"
10+
// import "../settings"
1111

1212
Page {
1313
background: null
@@ -18,19 +18,19 @@ Page {
1818
interactive: false
1919
orientation: Qt.Horizontal
2020
InformationPage {
21-
navRightDetail: NavButton {
22-
iconSource: "image://images/info"
23-
iconHeight: 24
24-
iconWidth: 24
25-
iconColor: Theme.color.neutral0
26-
iconBackground: Rectangle {
27-
radius: 12
28-
color: Theme.color.neutral9
29-
}
30-
onClicked: {
31-
introductions.incrementCurrentIndex()
32-
}
33-
}
21+
// navRightDetail: NavButton {
22+
// iconSource: "image://images/info"
23+
// iconHeight: 24
24+
// iconWidth: 24
25+
// iconColor: Theme.color.neutral0
26+
// iconBackground: Rectangle {
27+
// radius: 12
28+
// color: Theme.color.neutral9
29+
// }
30+
// onClicked: {
31+
// introductions.incrementCurrentIndex()
32+
// }
33+
// }
3434
bannerItem: Image {
3535
Layout.fillWidth: true
3636
Layout.alignment: Qt.AlignCenter
@@ -49,14 +49,14 @@ Page {
4949
subtext: qsTr("100% open-source & open-design")
5050
buttonText: qsTr("Start")
5151
}
52-
SettingsAbout {
53-
navLeftDetail: NavButton {
54-
iconSource: "image://images/caret-left"
55-
text: qsTr("Back")
56-
onClicked: {
57-
introductions.decrementCurrentIndex()
58-
}
59-
}
60-
}
52+
// SettingsAbout {
53+
// navLeftDetail: NavButton {
54+
// iconSource: "image://images/caret-left"
55+
// text: qsTr("Back")
56+
// onClicked: {
57+
// introductions.decrementCurrentIndex()
58+
// }
59+
// }
60+
// }
6161
}
6262
}

0 commit comments

Comments
 (0)