Skip to content

Commit

Permalink
try to reduce import trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Apr 18, 2021
1 parent 73c7692 commit 6bcc96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vingester-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ const app = Vue.createApp({
await electron.ipcRenderer.invoke("browsers-export")
},
async importBrowsers () {
if (await electron.ipcRenderer.invoke("browsers-import"))
this.load()
await electron.ipcRenderer.invoke("browsers-import")
this.load()
},
async addBrowser () {
const id = new UUID(1).fold(2).map((num) =>
Expand Down

0 comments on commit 6bcc96b

Please sign in to comment.