fix some criticals

This commit is contained in:
ouwou
2024-01-14 20:25:42 -05:00
parent f38a893e44
commit 960da872bb

View File

@@ -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];