mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
config: actually use decorateConfig hook
This commit is contained in:
parent
87bac682a7
commit
25027c12a3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
import { ipcRenderer, remote } from 'electron';
|
import { ipcRenderer, remote } from 'electron';
|
||||||
const config = remote.require('./config');
|
const plugins = remote.require('./plugins');
|
||||||
|
|
||||||
export function getConfig () {
|
export function getConfig () {
|
||||||
return config.getConfig();
|
return plugins.getDecoratedConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function subscribe (fn) {
|
export function subscribe (fn) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue