mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 12:46:29 +02:00
Prettier
This commit is contained in:
parent
10e2c5c1e4
commit
cd9b48d87f
@ -301,7 +301,7 @@ if (!app.commandLine.hasSwitch("enable-features")) {
|
||||
// Workaround bug in electron 36:https://github.com/electron/electron/issues/46538
|
||||
// Hopefully this will no longer be needed soon and can be removed
|
||||
if (process.platform === "linux") {
|
||||
app.commandLine.appendSwitch('gtk-version', '3');
|
||||
app.commandLine.appendSwitch("gtk-version", "3");
|
||||
}
|
||||
|
||||
const gotLock = app.requestSingleInstanceLock();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user