mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Fix issue causing the app to crash (#104)
This commit is contained in:
parent
53cecbcd18
commit
53468e0dc3
@ -29,6 +29,11 @@ if (!app.isPackaged) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fix Display Compositor issue.
|
||||||
|
*/
|
||||||
|
app.commandLine.appendSwitch('disable-seccomp-filter-sandbox');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update the menuBarVisbility according to the store value
|
* Update the menuBarVisbility according to the store value
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user