Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #240 from asmsuechan/iss-239
Browse files Browse the repository at this point in the history
refs #239 Fixes a bug which cannot open finder with using HotKey
  • Loading branch information
sota1235 committed Jan 14, 2017
2 parents 87f9589 + f007664 commit 13131a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser/finder/index.js
Expand Up @@ -2,6 +2,7 @@ import React, { PropTypes } from 'react'
import ReactDOM from 'react-dom'
import { connect, Provider } from 'react-redux'
import _ from 'lodash'
import ipc from './ipcClient'
import store from './store'
import CSSModules from 'browser/lib/CSSModules'
import styles from './FinderMain.styl'
Expand Down
2 changes: 2 additions & 0 deletions lib/finder-app.js
Expand Up @@ -5,6 +5,8 @@ app.on('ready', function () {
if (process.platform === 'darwin') {
app.dock.hide()
}

finderWindow = require('./finder-window')
})

module.exports = app

0 comments on commit 13131a0

Please sign in to comment.