Skip to content

Commit

Permalink
qml: Swap existing StackViews for PageStack
Browse files Browse the repository at this point in the history
  • Loading branch information
jarolrod committed Oct 26, 2024
1 parent 213ac1d commit 05660f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/qml/pages/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ApplicationWindow {
ColorAnimation { duration: 150 }
}

StackView {
PageStack {
id: main
initialItem: {
if (needOnboarding) {
Expand Down
2 changes: 1 addition & 1 deletion src/qml/pages/node/NodeSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Item {

id: root

StackView {
PageStack {
id: nodeSettingsView
anchors.fill: parent

Expand Down
2 changes: 1 addition & 1 deletion src/qml/pages/settings/SettingsDisplay.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Item {

id: root

StackView {
PageStack {
id: displaySettingsView
anchors.fill: parent

Expand Down
2 changes: 1 addition & 1 deletion src/qml/pages/wallet/CreateWalletWizard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "../../components"
import "../settings"
import "../wallet"

StackView {
PageStack {
id: root

signal finished()
Expand Down

0 comments on commit 05660f4

Please sign in to comment.