From 3fde6cd173d6fbc0ab98a9d7ba94d2c0c071e70f Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sat, 9 May 2026 13:55:26 +0200 Subject: [PATCH] Use Shift logo in nav UI Replace the remaining KDE start-here icon in the navigation tutorial preview and the mobile task switcher. --- kcms/navigation/ui/TutorialPhone.qml | 2 +- kwin/mobiletaskswitcher/package/contents/ui/TaskSwitcher.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() }