Timothy
Timothy
Apologies all, we are working on this.
@B3DTech Working on that in #1067 🙏🏼
`shortcutToAccelerator`: https://github.com/wulkano/Kap/blame/eaf8193b76ac6cd908f5da62584f1346c537cc24/main/common/settings.ts#L138 @karaggeorge what does the comment refer to by "when migrated"? I assume this code shouldn't really run if there's something newer?
@sindresorhus I haven't upgraded Electron first, I was going to do that in a separate PR in case more changes were required for the upgrade and this PR got too...
Scratch that, the issue is that `electron-util` also uses remote, and removing the config for `webPreferences` breaks the module: https://github.com/sindresorhus/electron-util/issues/36
That's what I'm working on instead now @cgarrovillo. I've updated Electron locally so I've been removing it piece by piece. However, Electron's DX has changed substantially since I last touched...
Looks like we need to handle errors for updates better here. What do you think @karaggeorge @sindresorhus? Does the user need to be alerted at if the download fails or...
Thanks for pointing this out! Would you mind testing this again? We've release some performance improvements today. 🙏🏼
Testing this again, it seems this is still an issue due to (I think) the CSS animation, which is strange. I'll try to do some tests for this and if...