mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Wifi (Linux): try fixing #811
This commit is contained in:
@@ -337,7 +337,8 @@ static const char* detectWifiWithIoctls(FFlist* result)
|
||||
const char* ffDetectWifi(FFlist* result)
|
||||
{
|
||||
#ifdef FF_HAVE_LIBNM
|
||||
if(!detectWifiWithLibnm(result))
|
||||
detectWifiWithLibnm(result);
|
||||
if(result->length) // NetworkManager not enabled? #811
|
||||
return NULL;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user