Fix bug another wifi can not be auto reconnected after disconnect a wifi

This commit is contained in:
chenlelin 2021-03-20 10:14:48 +08:00
parent 4b4a03ef31
commit fdc48b06cc
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ void BackThread::disConnSparedNetSlot(QString type)
{
sleep(1);
if (type == "wifi") {
disConnLanOrWifi("wifi");
//disConnLanOrWifi("wifi");
} else if(type == "ethernet") {
disConnLanOrWifi("ethernet");
}