crash: gpu fix wrong section name

This commit is contained in:
Bixilon 2022-12-03 15:42:24 +01:00
parent 0a2989d1b4
commit 90e58546b9
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -18,7 +18,7 @@ import oshi.hardware.GraphicsCard
class GPUSection(
gpus: Array<GraphicsCard> = SystemInformation.HARDWARE_SYSTEM_INFO.graphicsCards.toTypedArray(),
) : ArrayCrashSection<GraphicsCard>("Connections", gpus) {
) : ArrayCrashSection<GraphicsCard>("Graphic Cards", gpus) {
override fun format(entry: GraphicsCard, builder: StringBuilder, intent: String) {
builder.appendProperty(intent, "Name", entry.name)