OneFolderApp / OneFolder

File explorer made for pictures
https://onefolder.app
GNU General Public License v3.0
248 stars 13 forks source link

Workaround Electron on Linux missing nativeImage.createThumbnailFromPath #79

Closed mx-sylveon closed 4 months ago

mx-sylveon commented 4 months ago

Per the docs, even the latest Electron version doesn't support nativeImage.createThumbnailFromPath on Linux as of 2024-06-28.

This change just falls back to a manual resize of the image as a stopgap.

Antoine-lb commented 4 months ago

I don't have a linux to test it out but the code looks greate.

Thanks!