basic channel mentions count indicator

This commit is contained in:
ouwou
2021-12-10 00:15:39 -05:00
parent 511fb445d1
commit 0b0135268e
9 changed files with 63 additions and 17 deletions

View File

@@ -153,6 +153,7 @@ MainWindow::MainWindow()
m_chan_content_paned.set_position(200);
m_chan_content_paned.show();
m_content_box.add(m_chan_content_paned);
m_channel_list.UsePanedHack(m_chan_content_paned);
m_content_members_paned.pack1(m_content_stack);
m_content_members_paned.pack2(*member_list);