Use Activities icon for overview button

Replace the redundant app-grid icon with the Activities icon in the
Folio dock overview button.
This commit is contained in:
Marco Allegretti 2026-05-10 09:32:37 +02:00
parent 3fbf68d56b
commit 1b8efc3be3

View file

@ -506,7 +506,7 @@ MouseArea {
anchors.centerIn: parent anchors.centerIn: parent
width: root.dockIconSize width: root.dockIconSize
height: width height: width
source: "view-grid-symbolic" source: "activities"
active: overviewMouseArea.containsMouse active: overviewMouseArea.containsMouse
} }