From 6acab1365f3da318644a29c4f6cc7fd9ba208787 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 5 Oct 2024 22:03:36 +0200 Subject: [PATCH] kdeconnect-app: Remove useless icon.color: transparent --- app/qml/FindDevicesPage.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/qml/FindDevicesPage.qml b/app/qml/FindDevicesPage.qml index eb8a30a96..1b4cc5d28 100644 --- a/app/qml/FindDevicesPage.qml +++ b/app/qml/FindDevicesPage.qml @@ -65,7 +65,6 @@ Kirigami.ScrollablePage delegate: ItemDelegate { id: delegate icon.name: iconName - icon.color: "transparent" text: model.name width: ListView.view.width highlighted: false