mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
basic window to view threads
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user