mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
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:
parent
3c2d8fb602
commit
3fde6cd173
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ Item {
|
|||
Kirigami.Icon {
|
||||
visible: root.showBackground
|
||||
|
||||
source: "start-here-kde"
|
||||
source: "start-here-shift"
|
||||
smooth: true
|
||||
|
||||
anchors.verticalCenter: phone.verticalCenter
|
||||
|
|
|
|||
|
|
@ -559,7 +559,7 @@ FocusScope {
|
|||
// home button
|
||||
middleAction: MobileShell.NavigationPanelAction {
|
||||
enabled: true
|
||||
iconSource: "start-here-kde"
|
||||
iconSource: "start-here-shift"
|
||||
onTriggered: root.hide()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue