mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix some criticals
This commit is contained in:
@@ -84,7 +84,7 @@ ChannelListTree::ChannelListTree()
|
||||
});
|
||||
|
||||
m_filter_model->set_visible_func([this](const Gtk::TreeModel::const_iterator &iter) -> bool {
|
||||
if (!m_classic) return true;
|
||||
if (!m_classic || m_updating_listing) return true;
|
||||
|
||||
const RenderType type = (*iter)[m_columns.m_type];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user