about summary refs log tree commit diff stats
path: root/ui/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/account.go')
-rw-r--r--ui/account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/account.go b/ui/account.go
index f8dcce8..4b92e76 100644
--- a/ui/account.go
+++ b/ui/account.go
@@ -78,6 +78,7 @@ func (acc *AccountTab) postAction(msg types.WorkerMessage,
 	acc.Worker.PostAction(msg)
 	if cb != nil {
 		acc.callbacks[msg] = cb
+		delete(acc.callbacks, msg)
 	}
 }