Merge branch 'main' into feature/recently-played-games-in-tray-context-menu

This commit is contained in:
Zamitto 2024-05-15 23:14:27 -03:00 committed by GitHub
commit 4e8f260b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 206 additions and 137 deletions

View file

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