Skip to content

Commit

Permalink
make view channels option actually hide the panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Jan 14, 2024
1 parent 27ac133 commit f38a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ void MainWindow::SetupMenu() {
});

m_menu_view_channels.signal_activate().connect([this]() {
m_channel_list.set_visible(m_menu_view_channels.get_active());
m_left_pane.set_visible(m_menu_view_channels.get_active());
});

m_menu_view_members.signal_activate().connect([this]() {
Expand Down

0 comments on commit f38a893

Please sign in to comment.