From 2c25319fb85e077f27c3a4cd0bfdc8f503c6020d Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 6 May 2022 01:14:15 -0400 Subject: clear tabs when access lost, show blanks for missing channels --- src/components/channeltabswitcherhandy.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/channeltabswitcherhandy.hpp') diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp index 561d463..6da9b17 100644 --- a/src/components/channeltabswitcherhandy.hpp +++ b/src/components/channeltabswitcherhandy.hpp @@ -35,6 +35,8 @@ private: void AppendPageHistory(HdyTabPage *page, Snowflake channel); void AdvanceOnCurrent(size_t by); + void OnChannelAccessibilityChanged(Snowflake id, bool accessibility); + HdyTabBar *m_tab_bar; Gtk::Widget *m_tab_bar_wrapped; HdyTabView *m_tab_view; -- cgit v1.2.3