mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 00:08:42 -06:00
Remove gtk workaround
This commit is contained in:
parent
d9840b3509
commit
f18807eaca
@ -103,11 +103,6 @@ export class Main {
|
||||
appDataPath = path.join(process.env.SNAP_USER_DATA, "appdata");
|
||||
}
|
||||
|
||||
// Workaround for bug described here: https://github.com/electron/electron/issues/46538
|
||||
if (process.platform === "linux") {
|
||||
app.commandLine.appendSwitch("gtk-version", "3");
|
||||
}
|
||||
|
||||
app.on("ready", () => {
|
||||
// on ready stuff...
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user