Use Shift logo in nav UI

Replace the remaining KDE start-here icon in the navigation
tutorial preview and the mobile task switcher.
This commit is contained in:
Marco Allegretti 2026-05-09 13:55:26 +02:00
parent 3c2d8fb602
commit 3fde6cd173
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ Item {
Kirigami.Icon { Kirigami.Icon {
visible: root.showBackground visible: root.showBackground
source: "start-here-kde" source: "start-here-shift"
smooth: true smooth: true
anchors.verticalCenter: phone.verticalCenter anchors.verticalCenter: phone.verticalCenter

View file

@ -559,7 +559,7 @@ FocusScope {
// home button // home button
middleAction: MobileShell.NavigationPanelAction { middleAction: MobileShell.NavigationPanelAction {
enabled: true enabled: true
iconSource: "start-here-kde" iconSource: "start-here-shift"
onTriggered: root.hide() onTriggered: root.hide()
} }