Also halt the secondary server list if it exists, when canceling refresh

This commit is contained in:
smallmodel 2024-10-25 22:07:23 +02:00
parent e2d6156b5a
commit e7499cca04
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -651,6 +651,9 @@ static void AddFilter(char* filter, const char* value) {
void UIFAKKServerList::CancelRefresh( Event *ev )
{
ServerListHalt(m_serverList[0]);
if (m_serverList[1]) {
ServerListHalt(m_serverList[1]);
}
}
void UIFAKKServerList::NewServerList( void )