mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Revert Linux GTK version workaround
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
const { app } = require('electron');
|
||||
|
||||
if (process.platform === 'linux') {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Applying electron switch for Linux GTK version --gtk-version=3');
|
||||
// https://github.com/electron/electron/issues/46538#issuecomment-2808806722
|
||||
app.commandLine.appendSwitch('gtk-version', '3');
|
||||
}
|
||||
Reference in New Issue
Block a user