From 1b8efc3be3718ad69e12a6d2aafbec6215a1117d Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sun, 10 May 2026 09:32:37 +0200 Subject: [PATCH] Use Activities icon for overview button Replace the redundant app-grid icon with the Activities icon in the Folio dock overview button. --- containments/homescreens/folio/qml/FavouritesBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreens/folio/qml/FavouritesBar.qml b/containments/homescreens/folio/qml/FavouritesBar.qml index 5f28e711..50dd7af7 100644 --- a/containments/homescreens/folio/qml/FavouritesBar.qml +++ b/containments/homescreens/folio/qml/FavouritesBar.qml @@ -506,7 +506,7 @@ MouseArea { anchors.centerIn: parent width: root.dockIconSize height: width - source: "view-grid-symbolic" + source: "activities" active: overviewMouseArea.containsMouse }