Merge branch 'develop' into feature/ui-test

This commit is contained in:
MikeHughes-BIN
2025-11-15 15:46:26 +01:00
30 changed files with 3332 additions and 7 deletions
-1
View File
@@ -10,7 +10,6 @@ try {
contextBridge.exposeInMainWorld("electronAPI", {
getFilePath: (file) => {return webUtils.getPathForFile(file)}
})
} catch (error) {
console.log("Error in preload.js");
}