aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/account.go b/app/account.go
index 9de1eaf9..9786b930 100644
--- a/app/account.go
+++ b/app/account.go
@@ -711,6 +711,7 @@ func (acct *AccountView) setTitle() {
data.SetAccount(acct.acct)
data.SetFolder(acct.Directories().SelectedDirectory())
data.SetRUE(acct.dirlist.List(), acct.dirlist.GetRUECount)
+ data.SetState(&acct.state)
var buf bytes.Buffer
err := templates.Render(acct.uiConf.TabTitleAccount, &buf, data.Data())