Skip to content

Commit

Permalink
Merge pull request #72 from sudavid4/master
Browse files Browse the repository at this point in the history
fix:disable new printer notification
  • Loading branch information
dignifiedquire authored Jul 11, 2016
2 parents e9773b3 + 5337b94 commit 108cd87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ var ChromeBrowser = function (baseBrowserDecorator, args) {
'--disable-default-apps',
'--disable-popup-blocking',
'--disable-translate',
'--disable-background-timer-throttling'
'--disable-background-timer-throttling',
'--disable-device-discovery-notifications'
].concat(flags, [url])
}
}
Expand Down

0 comments on commit 108cd87

Please sign in to comment.