WIP: feat/upstream-sync #104
@@ -438,8 +438,6 @@ _show_muc_privacy(ProfMucWin* mucwin)
|
|||||||
{
|
{
|
||||||
int bracket_attrs = theme_attrs(THEME_TITLE_BRACKET);
|
int bracket_attrs = theme_attrs(THEME_TITLE_BRACKET);
|
||||||
int encrypted_attrs = theme_attrs(THEME_TITLE_ENCRYPTED);
|
int encrypted_attrs = theme_attrs(THEME_TITLE_ENCRYPTED);
|
||||||
int trusted_attrs = theme_attrs(THEME_TITLE_TRUSTED);
|
|
||||||
int untrusted_attrs = theme_attrs(THEME_TITLE_UNTRUSTED);
|
|
||||||
|
|
||||||
if (mucwin->is_omemo) {
|
if (mucwin->is_omemo) {
|
||||||
wprintw(win, " ");
|
wprintw(win, " ");
|
||||||
@@ -454,6 +452,8 @@ _show_muc_privacy(ProfMucWin* mucwin)
|
|||||||
wattroff(win, bracket_attrs);
|
wattroff(win, bracket_attrs);
|
||||||
|
|
||||||
#ifdef HAVE_OMEMO
|
#ifdef HAVE_OMEMO
|
||||||
|
int trusted_attrs = theme_attrs(THEME_TITLE_TRUSTED);
|
||||||
|
int untrusted_attrs = theme_attrs(THEME_TITLE_UNTRUSTED);
|
||||||
if (mucwin->omemo_trusted) {
|
if (mucwin->omemo_trusted) {
|
||||||
wprintw(win, " ");
|
wprintw(win, " ");
|
||||||
wattron(win, bracket_attrs);
|
wattron(win, bracket_attrs);
|
||||||
|
|||||||
Reference in New Issue
Block a user