fix wrong spelling

work/spdx
Michail Vourlakos 4 years ago
parent 968d8d3a54
commit 8556cc4808

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

Loading…
Cancel
Save