mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feat/splash-screen-for-updates
This commit is contained in:
commit
e2257d7ca5
3 changed files with 88 additions and 22 deletions
|
@ -19,7 +19,7 @@ autoUpdater.setFeedURL({
|
|||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) app.quit();
|
||||
|
||||
app.disableHardwareAcceleration();
|
||||
app.commandLine.appendSwitch("--no-sandbox");
|
||||
|
||||
i18n.init({
|
||||
resources,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue