1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-09 00:58:15 +03:00

fix wrong spelling

This commit is contained in:
Michail Vourlakos 2021-01-09 15:18:38 +02:00
parent 968d8d3a54
commit 8556cc4808

View File

@ -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);
});