mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
PhysicalMemory (macOS): don't set runningSpeed
This commit is contained in:
@@ -62,7 +62,6 @@ static void appendDevice(
|
||||
case 'G': device->maxSpeed *= 1000; break;
|
||||
case 'K': device->maxSpeed /= 1000; break;
|
||||
}
|
||||
device->runningSpeed = device->maxSpeed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user