From 53e7053764304585c9b9a0dbc5f4d83f95e03345 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Wed, 15 May 2024 18:42:44 -0300 Subject: [PATCH] feat: disable hardware acceleration --- src/main/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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",