mirror of
https://github.com/muesli/telephant
synced 2024-11-23 03:43:10 +00:00
Clear panes on re-connecting
This commit is contained in:
parent
0b74850538
commit
617a10be04
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue