mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-20 11:42:28 +02: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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user