Pull 2nd lot of develop changes into 0.9.0 #439

Merged
Vylpes merged 30 commits from develop into release/0.9.0 2025-05-18 11:05:56 +01:00
Showing only changes of commit d8ed64e701 - Show all commits

View file

@ -69,7 +69,8 @@ export default class ImageHelper {
ctx.drawImage(image, imageX, imageY);
}
catch (e) {
AppLogger.CatchError("ImageHelper", e);
// TODO: Enable once we've investigated a fix
//AppLogger.CatchError("ImageHelper", e);
}
}