mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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)
|
_title_bar_set_presence(contact_presence_t presence)
|
||||||
{
|
{
|
||||||
current_presence = presence;
|
current_presence = presence;
|
||||||
|
_title_bar_draw_title();
|
||||||
_title_bar_draw_presence();
|
_title_bar_draw_presence();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -170,8 +171,8 @@ static void
|
|||||||
_title_bar_draw(void)
|
_title_bar_draw(void)
|
||||||
{
|
{
|
||||||
werase(win);
|
werase(win);
|
||||||
_title_bar_draw_presence();
|
|
||||||
_title_bar_draw_title();
|
_title_bar_draw_title();
|
||||||
|
_title_bar_draw_presence();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user