mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added _title_bar_draw_title when setting presence
This commit is contained in:
parent
fa8801798c
commit
95b5d141c3
@ -115,6 +115,7 @@ static void
|
||||
_title_bar_set_presence(contact_presence_t presence)
|
||||
{
|
||||
current_presence = presence;
|
||||
_title_bar_draw_title();
|
||||
_title_bar_draw_presence();
|
||||
}
|
||||
|
||||
@ -170,8 +171,8 @@ static void
|
||||
_title_bar_draw(void)
|
||||
{
|
||||
werase(win);
|
||||
_title_bar_draw_presence();
|
||||
_title_bar_draw_title();
|
||||
_title_bar_draw_presence();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user