mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Bluetooth: fix key name of showDisconnected
This commit is contained in:
@@ -111,7 +111,7 @@ void ffParseBluetoothJsonObject(FFinstance* instance, yyjson_val* module)
|
||||
if (ffJsonConfigParseModuleArgs(key, val, &options.moduleArgs))
|
||||
continue;
|
||||
|
||||
if (strcasecmp(key, "showConnected") == 0)
|
||||
if (strcasecmp(key, "showDisconnected") == 0)
|
||||
{
|
||||
options.showDisconnected = yyjson_get_bool(val);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user