mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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');
|
||||
|
||||
// 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
|
||||
enum BindingActions {
|
||||
GLOBAL_SEARCH = 'globalSearch',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue