mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
parent
d885acb064
commit
8845d0261b
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ module.exports = class Window {
|
||||||
transparent: process.platform === 'darwin',
|
transparent: process.platform === 'darwin',
|
||||||
icon,
|
icon,
|
||||||
show: process.env.HYPER_DEBUG || process.env.HYPERTERM_DEBUG || isDev,
|
show: process.env.HYPER_DEBUG || process.env.HYPERTERM_DEBUG || isDev,
|
||||||
acceptFirstMouse: true
|
acceptFirstMouse: true,
|
||||||
|
webPreferences: {
|
||||||
|
navigateOnDragDrop: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
options_
|
options_
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue