From 617a10be043a3e1c7fa3326d35aa5319c29a7233 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 15 May 2019 05:03:15 +0200 Subject: [PATCH] Clear panes on re-connecting --- telephant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/telephant.go b/telephant.go index 0ecef03..ce29264 100644 --- a/telephant.go +++ b/telephant.go @@ -262,6 +262,7 @@ func setupMastodon(config Account) { // Notifications model must the first model to be added // It will always be displayed right-most + paneModel.clear() { var pane = NewPane(nil) pane.Name = "Notifications"