fix: send manifest instead of config to ui

이 커밋은 다음에 포함됨:
Paul Frazee
2015-07-01 22:07:27 -05:00
부모 026de532c8
커밋 d03f7ab2c2
+2 -2
파일 보기
@@ -31,9 +31,9 @@ module.exports = function (window, sbot, params) {
))
// setup helper messages
ipc.on('fetch-config', function(e) {
ipc.on('fetch-manifest', function(e) {
if (e.sender == window.webContents)
e.returnValue = sbot.config
e.returnValue = sbot.manifest
});
ipc.on('fetch-params', function(e) {
if (e.sender == window.webContents)