mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 13:45:49 +08:00
Fixed: Plugin downloader freezes if no plugins #4168
This commit is contained in:
@@ -112,8 +112,8 @@ void WebClient::queryPluginList()
|
||||
if (editionRegex.exactMatch(responseJson)) {
|
||||
QString e = editionRegex.cap(1);
|
||||
m_PluginList = e.split(",");
|
||||
emit queryPluginDone();
|
||||
}
|
||||
emit queryPluginDone();
|
||||
return;
|
||||
}
|
||||
else if (boolString == "false") {
|
||||
|
||||
Reference in New Issue
Block a user