Skip to content

Commit

Permalink
Fix update screen in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jul 23, 2020
1 parent 238a82a commit 7546025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ export default class Controller {
if (packageVersion[0] !== lastVersion[0] || packageVersion[1] !== lastVersion[1]) {
browser.tabs.create({
url: './options.html#/update',
title: browser.i18n.getMessage('LabelUpdated'),
discarded: true
active: false
})
}
})
Expand Down

0 comments on commit 7546025

Please sign in to comment.