Skip to content

Commit

Permalink
app.push to app.pages.push
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Nov 22, 2024
1 parent d0fb44a commit 4ebed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/qml/components/platform.qtcontrols/DialogPL.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PagePL {
if (acceptDestinationPop)
app.pages.pop(acceptDestination);
else
app.push(acceptDestination);
app.pages.push(acceptDestination);
} else
app.pages.pop();
}
Expand Down

0 comments on commit 4ebed74

Please sign in to comment.