mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
plugins: remove renderer code for notifications
This commit is contained in:
parent
79eb6e9dff
commit
343f3396e0
1 changed files with 0 additions and 11 deletions
|
|
@ -148,17 +148,6 @@ export function reload () {
|
||||||
decorated = {};
|
decorated = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
// we want to refresh our modules cache every time
|
|
||||||
// plugins reload.
|
|
||||||
// the re-painting happens by the top-level `Config` component
|
|
||||||
// that reacts to configuration changes and plugin changes
|
|
||||||
ipcRenderer.on('plugins change', function (ev) {
|
|
||||||
notify(
|
|
||||||
'Plugins Updated',
|
|
||||||
'Restart or choose "Plugins" > "Reload Now"'
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
export function getTermProps (uid, parentProps, props) {
|
export function getTermProps (uid, parentProps, props) {
|
||||||
let props_;
|
let props_;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue