mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
revert electron to gtk 3 (#923)
This commit is contained in:
parent
9a59ce3613
commit
58f6535ba6
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue