bug: fixing some adding and updating issues

This commit is contained in:
Chris Cochrun 2023-05-17 16:38:22 -05:00
parent f084e6d88d
commit 82466ee6fc
2 changed files with 19 additions and 5 deletions

View file

@ -120,7 +120,7 @@ Item {
}
function changeImage(index) {
let img = imageProxyModel.getImage(index);
let img = imageProxyModel.imageModel.getItem(index);
root.image = img;
console.log(img.filePath.toString());
}