Skip to content

Commit

Permalink
Restored To-Do Settings option
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jan 4, 2019
1 parent 2d28525 commit 9b4e638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/browser.js
Expand Up @@ -66,8 +66,7 @@ ipc.on('add-due-date', () => {
});

ipc.on('settings', () => {
nav.click('.userToolbar-avatar');
nav.select('.popoverMenu').children[0].click();
nav.click('#owaSettingsButton');
});

ipc.on('sign-out', () => {
Expand Down

0 comments on commit 9b4e638

Please sign in to comment.