mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed an issue where the wrong SystemStatus Wi-Fi debug info was shown
This commit is contained in:
parent
e59f19c2ba
commit
53bae28335
|
@ -122,7 +122,7 @@ void SystemStatus::pollStatus()
|
|||
std::string status {"Bluetooth "};
|
||||
status.append(mHasBluetooth ? "enabled" : "disabled")
|
||||
.append(", Wi-Fi ")
|
||||
.append(mHasBluetooth ? "enabled" : "disabled")
|
||||
.append(mHasWifi ? "enabled" : "disabled")
|
||||
.append(", cellular ")
|
||||
.append(mHasCellular ? "enabled" : "disabled")
|
||||
.append(", battery ")
|
||||
|
|
Loading…
Reference in a new issue