You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Config Fix & CPU Temperature Update & Layout Markup & Stability
Improvements
Removed statusCycles from cloud upload — the statusCycles field is now deleted before uploading config to cloud to prevent unnecessary data storage in cloud:uploadConfig IPC handler.
Fixed page layout markup — adjusted <div data-i18n="config.uploadCurrent">Upload Current</div> to match the overall page styling.
Added second CPU temperature fallback — added alternative PowerShell WMI method (Get-WmiObject MSAcpi_ThermalZoneTemperature) in getCpuTemperature() to improve CPU temp reading reliability on Windows when the first CimInstance method fails.