Skip to content

Commit

Permalink
➕ merge pull request #225 from devmount/fix-tab-title
Browse files Browse the repository at this point in the history
🔨 set account name in tab title of stats page again
  • Loading branch information
devmount authored Jan 24, 2021
2 parents 07fe0ec + 58cb7a5 commit dc24b5f
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 dc24b5f

Please sign in to comment.