diff --git a/src/main/index.ts b/src/main/index.ts index c6738960..343caeed 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -19,6 +19,8 @@ autoUpdater.setFeedURL({ const gotTheLock = app.requestSingleInstanceLock(); if (!gotTheLock) app.quit(); +app.disableHardwareAcceleration(); + i18n.init({ resources, lng: "en",