Skip to content

Commit

Permalink
refresh on window focus. 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Apr 16, 2016
1 parent d887fe6 commit 007ee55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ After built, the dist files should be saved to `output` folder by default.

# License
GNU General Public License v2.0
Copyright (c) 2016 Maigo Erit
Copyright (c) 2016 MayGo @ [trimatech.ee](http://trimatech.ee)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backer-timetracker",
"version": "1.0.2",
"version": "1.0.3",
"description": "Track your time by monitoring your active windows and idle time",
"main": "app/app.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ angular.module('angularDemoApp')

ipc.on('main-window-focus', function (event, arg) {
console.log("Main-Window gained focus, reloading");
ctrl.list();
ctrl.refresh();
});

ctrl.showAddLogDialog = function (trackItem) {
Expand Down

0 comments on commit 007ee55

Please sign in to comment.