X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.cpp;h=e75d4f89ee16df5ef7a357fc8615bc965a79f7d8;hb=564126810aaf834bac66c8f7718d99f159185ce6;hp=bb6482c04d7d9b6c16aa3188616ae88f15065b44;hpb=8e93326fd70af3c0accc599770796619ef3cee6e;p=quassel.git diff --git a/src/uisupport/networkmodelcontroller.cpp b/src/uisupport/networkmodelcontroller.cpp index bb6482c0..e75d4f89 100644 --- a/src/uisupport/networkmodelcontroller.cpp +++ b/src/uisupport/networkmodelcontroller.cpp @@ -412,8 +412,10 @@ void NetworkModelController::handleGeneralAction(ActionType type, QAction *actio break; } case ShowChannelList: - if (networkId.isValid()) - emit showChannelList(networkId, {}); + if (networkId.isValid()) { + // Don't immediately list channels, allowing customization of filter first + emit showChannelList(networkId, {}, false); + } break; case ShowNetworkConfig: if (networkId.isValid())