Skip to content

Commit

Permalink
fix undefined error for clear cache loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfro committed May 12, 2024
1 parent d780ab2 commit 99ad1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Page {
//TODO: add error handling
});
if (i == folderModel.count-1) {
console.log("finished clearing %1 cached tiles").arg(folderModel.count)
console.log("finished clearing %1 cached tiles").arg(i)
}
}
}
Expand Down

0 comments on commit 99ad1dd

Please sign in to comment.