Skip to content

Commit f0e5951

Browse files
committed
qml: Swap existing StackViews for PageStack
1 parent 7ba2f62 commit f0e5951

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/qml/pages/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ApplicationWindow {
3232
ColorAnimation { duration: 150 }
3333
}
3434

35-
StackView {
35+
PageStack {
3636
id: main
3737
initialItem: {
3838
if (needOnboarding) {

src/qml/pages/node/NodeSettings.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Item {
1616

1717
id: root
1818

19-
StackView {
19+
PageStack {
2020
id: nodeSettingsView
2121
anchors.fill: parent
2222

src/qml/pages/settings/SettingsDisplay.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Item {
1313

1414
id: root
1515

16-
StackView {
16+
PageStack {
1717
id: displaySettingsView
1818
anchors.fill: parent
1919

src/qml/pages/wallet/CreateWalletWizard.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "../../components"
1010
import "../settings"
1111
import "../wallet"
1212

13-
StackView {
13+
PageStack {
1414
id: root
1515

1616
signal finished()

0 commit comments

Comments
 (0)