mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +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 {
|
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
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue