diff --git a/kcms/navigation/ui/TutorialPhone.qml b/kcms/navigation/ui/TutorialPhone.qml index 52014b70..8a6e2d07 100644 --- a/kcms/navigation/ui/TutorialPhone.qml +++ b/kcms/navigation/ui/TutorialPhone.qml @@ -44,7 +44,7 @@ Item { Kirigami.Icon { visible: root.showBackground - source: "start-here-kde" + source: "start-here-shift" smooth: true anchors.verticalCenter: phone.verticalCenter diff --git a/kwin/mobiletaskswitcher/package/contents/ui/TaskSwitcher.qml b/kwin/mobiletaskswitcher/package/contents/ui/TaskSwitcher.qml index e6146392..e785285f 100644 --- a/kwin/mobiletaskswitcher/package/contents/ui/TaskSwitcher.qml +++ b/kwin/mobiletaskswitcher/package/contents/ui/TaskSwitcher.qml @@ -559,7 +559,7 @@ FocusScope { // home button middleAction: MobileShell.NavigationPanelAction { enabled: true - iconSource: "start-here-kde" + iconSource: "start-here-shift" onTriggered: root.hide() }