Thomas Weber
Thomas Weber
Out of an abundance of caution I would rather not download and run random steam games for the time being Could you record a short new video of https://scratch.mit.edu/projects/741149940/ with...
I've been able to reproduce this now, thanks. Will look into it when I have more time.
This is on the weekend to do list
This should be fixed now
Maybe this could be useful, but as said in #174, the website already tries very hard cache these large files so you only download them once. It's not impossible but...
Note for later: Can probably use playwright and some related helpers https://www.npmjs.com/package/electron-playwright-helpers
We believe this will be significantly reduced in the next update
v1.6.0 is released https://desktop.turbowarp.org/ If this still happens, let me know
You should be able to do this yourself by opening `resources/app/electron-main.js` and removing this code: ```js contents.setWindowOpenHandler((details) => { setImmediate(() => { openLink(details.url); }); return {action: 'deny'}; }); ``` I'm...