mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
add onRendererWindow, because it actually available. check ./lib/utils/plugins.js:193 (#924)
This commit is contained in:
parent
7d05d0f148
commit
41d54d58de
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const cache = new Config();
|
||||||
const path = resolve(homedir(), '.hyper_plugins');
|
const path = resolve(homedir(), '.hyper_plugins');
|
||||||
const localPath = resolve(homedir(), '.hyper_plugins', 'local');
|
const localPath = resolve(homedir(), '.hyper_plugins', 'local');
|
||||||
const availableExtensions = new Set([
|
const availableExtensions = new Set([
|
||||||
'onApp', 'onWindow', 'onUnload', 'middleware',
|
'onApp', 'onWindow', 'onRendererWindow', 'onUnload', 'middleware',
|
||||||
'reduceUI', 'reduceSessions', 'reduceTermGroups',
|
'reduceUI', 'reduceSessions', 'reduceTermGroups',
|
||||||
'decorateMenu', 'decorateTerm', 'decorateHyper',
|
'decorateMenu', 'decorateTerm', 'decorateHyper',
|
||||||
'decorateHyperTerm', // for backwards compatibility with hyperterm
|
'decorateHyperTerm', // for backwards compatibility with hyperterm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue