We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec4fa7 commit 3ad6b75Copy full SHA for 3ad6b75
web-app/src/routes/settings/hardware.tsx
@@ -375,9 +375,9 @@ function Hardware() {
375
title={t('settings:hardware.vram')}
376
actions={
377
<span className="text-main-view-fg/80">
378
- {formatMegaBytes(device.mem)}{' '}
+ {formatMegaBytes(device.free)}{' '}
379
{t('settings:hardware.freeOf')}{' '}
380
- {formatMegaBytes(device.free)}
+ {formatMegaBytes(device.mem)}
381
</span>
382
}
383
/>
0 commit comments