mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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';
|
||||
const config = remote.require('./config');
|
||||
const plugins = remote.require('./plugins');
|
||||
|
||||
export function getConfig () {
|
||||
return config.getConfig();
|
||||
return plugins.getDecoratedConfig();
|
||||
}
|
||||
|
||||
export function subscribe (fn) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue