mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-13 21:13:31 +08:00
Fixed: Plugin downloader freezes if no plugins #4168
This commit is contained in:
parent
a30a685ed2
commit
c300b65662
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user