feat: disable hardware acceleration

This commit is contained in:
Zamitto 2024-05-15 18:42:44 -03:00
parent 24c6a3ebe3
commit 53e7053764

View file

@ -19,6 +19,8 @@ autoUpdater.setFeedURL({
const gotTheLock = app.requestSingleInstanceLock();
if (!gotTheLock) app.quit();
app.disableHardwareAcceleration();
i18n.init({
resources,
lng: "en",