Revert "update system-info text"

This reverts commit 44919f478e.
This commit is contained in:
2026-01-28 16:54:11 +03:00
parent 44919f478e
commit 2f8f253eb1
+1 -1
View File
@@ -315,7 +315,7 @@ export async function initSystemSpecs(): Promise<void> {
`OS: ${os.distro}\n` + `OS: ${os.distro}\n` +
`RUNTIME: ${run.runtime} ${run.version}\n` + `RUNTIME: ${run.runtime} ${run.version}\n` +
`DOCKER: ${Environment.IS_DOCKER}\n` + `DOCKER: ${Environment.IS_DOCKER}\n` +
`CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads (${cpu.processors} threads per core)\n` + `CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads\n` +
`RAM: ${ramSize} GB`; `RAM: ${ramSize} GB`;
setSystemInfo(text); setSystemInfo(text);