This commit is contained in:
2025-11-20 12:38:29 +01:00
parent 2dc6bf44f8
commit e52042d5a8

View File

@@ -229,7 +229,6 @@ async function loadGPUStatus() {
${icon} ${data.recommendation} ${icon} ${data.recommendation}
</div>`; </div>`;
} }
`;
document.getElementById('gpuStatus').innerHTML = html; document.getElementById('gpuStatus').innerHTML = html;
} catch (error) { } catch (error) {