Closed mx-sylveon closed 4 months ago
Per the docs, even the latest Electron version doesn't support nativeImage.createThumbnailFromPath on Linux as of 2024-06-28.
nativeImage.createThumbnailFromPath
This change just falls back to a manual resize of the image as a stopgap.
I don't have a linux to test it out but the code looks greate.
Thanks!
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.