Skip to content

Commit 13131a0

Browse files
authored
Merge pull request BoostIO#240 from asmsuechan/iss-239
refs BoostIO#239 Fixes a bug which cannot open finder with using HotKey
2 parents 87f9589 + f007664 commit 13131a0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

browser/finder/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { PropTypes } from 'react'
22
import ReactDOM from 'react-dom'
33
import { connect, Provider } from 'react-redux'
44
import _ from 'lodash'
5+
import ipc from './ipcClient'
56
import store from './store'
67
import CSSModules from 'browser/lib/CSSModules'
78
import styles from './FinderMain.styl'

lib/finder-app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ app.on('ready', function () {
55
if (process.platform === 'darwin') {
66
app.dock.hide()
77
}
8+
9+
finderWindow = require('./finder-window')
810
})
911

1012
module.exports = app

0 commit comments

Comments
 (0)