changeImage works now

This commit is contained in:
Chris Cochrun 2023-03-05 07:18:38 -06:00
parent 2065a0f8aa
commit c634c6406d

View file

@ -125,8 +125,9 @@ Item {
}
function changeImage(image) {
root.image = image;
console.log(image.filePath.toString());
let img = imageProxyModel.getImage(image);
root.image = img;
console.log(img.filePath.toString());
}
function updateTitle(text) {