Skip to content

Commit

Permalink
🔨 set account name in tab title of stats page again
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Jan 24, 2021
1 parent 07fe0ec commit 58cb7a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,8 @@ export default {
} else {
// load single account from id
let account = await messenger.accounts.get(id)
// set tab title
document.title = 'ThirdStats: ' + account.name
// (re)calculate list of folders
this.folders = traverseAccount(account)
// only check storage if no refresh was requested cache is enabled
Expand Down

0 comments on commit 58cb7a5

Please sign in to comment.