Fix bug another wifi can not be auto reconnected after disconnect a wifi
This commit is contained in:
parent
4b4a03ef31
commit
fdc48b06cc
|
@ -495,7 +495,7 @@ void BackThread::disConnSparedNetSlot(QString type)
|
|||
{
|
||||
sleep(1);
|
||||
if (type == "wifi") {
|
||||
disConnLanOrWifi("wifi");
|
||||
//disConnLanOrWifi("wifi");
|
||||
} else if(type == "ethernet") {
|
||||
disConnLanOrWifi("ethernet");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue