Skip to content

Commit

Permalink
fix some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xblaster committed Aug 16, 2018
1 parent 7cfcaf3 commit 4fe4017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function createWindow() {



win.webContents.openDevTools();
//win.webContents.openDevTools();

// Emitted when the window is closed.
win.on('closed', () => {
Expand Down
4 changes: 4 additions & 0 deletions src/app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ export class HomeComponent implements OnInit {

i++;
}

const myNotification = new Notification('Title', {
body: 'completed conversion of ' + this.inPath
});
}

onSubmit(f: NgForm) {
Expand Down

0 comments on commit 4fe4017

Please sign in to comment.