From 663382c81cf8cc1ddfb5f421d3547c37ff695183 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Wed, 10 Sep 2025 10:56:31 -0400 Subject: [PATCH] Icons: "trash" instead of "trash-filled" --- Commons/IconsSets/TablerIcons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/IconsSets/TablerIcons.qml b/Commons/IconsSets/TablerIcons.qml index 05308c5..dc782e6 100644 --- a/Commons/IconsSets/TablerIcons.qml +++ b/Commons/IconsSets/TablerIcons.qml @@ -14,7 +14,7 @@ Singleton { "settings": "settings", "refresh": "refresh", "add": "plus", - "trash": "trash-filled", + "trash": "trash", "menu": "menu-2", "person": "user", "folder-open": "folder-open",