Skip to content

Commit

Permalink
Fixed no data on first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Jun 12, 2020
1 parent f6ef920 commit d381120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://itzik.co"
},
"description": "Track your office hours.",
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
1 change: 1 addition & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ app.on('ready', async () => {
}

}
log_in();
createTray();
createWindow();
});
Expand Down

0 comments on commit d381120

Please sign in to comment.