mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
revert electron to gtk 3 (#923)
This commit is contained in:
@@ -494,6 +494,9 @@ const createWindow = async (first = true) => {
|
|||||||
|
|
||||||
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling,MediaSessionService');
|
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling,MediaSessionService');
|
||||||
|
|
||||||
|
// https://github.com/electron/electron/issues/46538#issuecomment-2808806722
|
||||||
|
app.commandLine.appendSwitch('gtk-version', '3');
|
||||||
|
|
||||||
// Must duplicate with the one in renderer process settings.store.ts
|
// Must duplicate with the one in renderer process settings.store.ts
|
||||||
enum BindingActions {
|
enum BindingActions {
|
||||||
GLOBAL_SEARCH = 'globalSearch',
|
GLOBAL_SEARCH = 'globalSearch',
|
||||||
|
|||||||
Reference in New Issue
Block a user