mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feature/recently-played-games-in-tray-context-menu
This commit is contained in:
commit
4e8f260b33
14 changed files with 206 additions and 137 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