basic window to view threads

This commit is contained in:
ouwou
2021-08-04 21:30:24 -04:00
parent a19d214272
commit 40897ece3c
9 changed files with 72 additions and 4 deletions

View File

@@ -308,7 +308,8 @@ void ChannelList::SetActiveChannel(Snowflake id) {
if (channel_iter) {
m_view.expand_to_path(m_model->get_path(channel_iter));
m_view.get_selection()->select(channel_iter);
}
} else
m_view.get_selection()->unselect_all();
}
Gtk::TreeModel::iterator ChannelList::AddGuild(const GuildData &guild) {