Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 committed May 20, 2020
1 parent 7907178 commit 7990bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/MainWindow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</template>

<script>
import { remote, shell } from 'electron'
import { remote } from 'electron'
import ProcessManager from '@/ProcessManager'
Expand Down Expand Up @@ -100,7 +100,7 @@ export default {
},
openLocal (path) {
shell.openItem(path)
remote.shell.openItem(path)
},
addNewConnection () {
Expand Down

0 comments on commit 7990bec

Please sign in to comment.