From 7a5ca725fcc41e7d4646b6e3a55fa33b6010d591 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 12 Aug 2023 13:27:12 +0200 Subject: [PATCH] kio: Remove empty string from listing array --- kio/kdeconnect.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kio/kdeconnect.json b/kio/kdeconnect.json index e82acac12..ef264c0de 100644 --- a/kio/kdeconnect.json +++ b/kio/kdeconnect.json @@ -11,8 +11,7 @@ "listing": [ "Name", "Type", - "Access", - "" + "Access" ], "makedir": false, "maxInstances": 2,