diff --git a/src/kcmoduleqml.cpp b/src/kcmoduleqml.cpp --- a/src/kcmoduleqml.cpp +++ b/src/kcmoduleqml.cpp @@ -144,7 +144,7 @@ "pageStack.defaultColumnWidth:width;" "pageStack.separatorVisible:false;" "pageStack.globalToolBar.style: pageStack.wideScreen ? Kirigami.ApplicationHeaderStyle.Titles : Kirigami.ApplicationHeaderStyle.Breadcrumb;" - "pageStack.globalToolBar.showNavigationButtons:false;" + "pageStack.globalToolBar.showNavigationButtons:true;" "pageStack.globalToolBar.separatorVisible:false;" "activeFocusOnTab:true;" "Keys.onReturnPressed:{event.accepted=true}"