mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: disable hardware acceleration
This commit is contained in:
parent
24c6a3ebe3
commit
53e7053764
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ autoUpdater.setFeedURL({
|
|||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) app.quit();
|
||||
|
||||
app.disableHardwareAcceleration();
|
||||
|
||||
i18n.init({
|
||||
resources,
|
||||
lng: "en",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue