From 8556cc4808d23c58ce04fcd90c7f190eb8685197 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 9 Jan 2021 15:18:38 +0200 Subject: [PATCH] fix wrong spelling --- plasmoid/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index 0f44822c8..16aee9477 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -1044,7 +1044,7 @@ Item { function urlsDroppedOnArea(urls){ // If all dropped URLs point to application desktop files, we'll add a launcher for each of them. - if (onlyLaunchersDroppedInList(urls)) { + if (onlyLaunchersInDroppedList(urls)) { urls.forEach(function (item) { addLauncher(item); });