Set the server list state to xfer for async fetch

This commit is contained in:
smallmodel 2025-04-27 20:08:52 +02:00
parent b593da7c2a
commit bf35007fdd
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -535,6 +535,8 @@ GError ServerListUpdate2(GServerList serverlist, gbool async, char *filter, GQue
serverlist->async = async;
if (async) {
// As it's asynchronous, set the state to transfering
ServerListModeChange(serverlist, sl_listxfer);
return 0;
}