mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 19:35:00 -04:00
crash: gpu fix wrong section name
This commit is contained in:
parent
0a2989d1b4
commit
90e58546b9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user