mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Battery: show full status
This commit is contained in:
@@ -92,7 +92,6 @@ static void printBattery(FFinstance* instance, const BatteryResult* result, uint
|
||||
|
||||
bool showStatus =
|
||||
result->status.length > 0 &&
|
||||
ffStrbufIgnCaseCompS(&result->status, "Full") != 0 &&
|
||||
ffStrbufIgnCaseCompS(&result->status, "Unknown") != 0;
|
||||
|
||||
if(result->capacity.length > 0)
|
||||
|
||||
Reference in New Issue
Block a user