Skip to content

Set initial page using initialPage property, rather than pushing

Nate Graham requested to merge ngraham/kcmutils:initial-not-push into master

Found while investigating 417636. Not the cause of that issue, but it seems more semantically correct to set the initial page using the initialPage property (which exists for just that purpose) rather than pushing it onto the stack.

Tested with every QML KCM in System Settings and Info Center; no regressions.

CCBUG: 417636

cc @mart @ndavis

Merge request reports