mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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',
|
||||
icon,
|
||||
show: process.env.HYPER_DEBUG || process.env.HYPERTERM_DEBUG || isDev,
|
||||
acceptFirstMouse: true
|
||||
acceptFirstMouse: true,
|
||||
webPreferences: {
|
||||
navigateOnDragDrop: true
|
||||
}
|
||||
},
|
||||
options_
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue