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:
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…
x
Reference in New Issue
Block a user