From fdc48b06cce025e6ea46ee8ae96036d780ff5325 Mon Sep 17 00:00:00 2001 From: chenlelin Date: Sat, 20 Mar 2021 10:14:48 +0800 Subject: [PATCH] Fix bug another wifi can not be auto reconnected after disconnect a wifi --- src/backthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backthread.cpp b/src/backthread.cpp index 53b733a7..2579cacd 100644 --- a/src/backthread.cpp +++ b/src/backthread.cpp @@ -495,7 +495,7 @@ void BackThread::disConnSparedNetSlot(QString type) { sleep(1); if (type == "wifi") { - disConnLanOrWifi("wifi"); + //disConnLanOrWifi("wifi"); } else if(type == "ethernet") { disConnLanOrWifi("ethernet"); }