Addm LTS, remove debug content (will do this differently)

This commit is contained in:
Neil MacDougall 2025-09-08 13:16:44 +01:00
parent 30dd2a46ca
commit ebcd63ff6f
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ export class SystemInfoProvider {
params.push(`v=${ systemData.version }`);
params.push(`dev=${ systemData.isDeveloperVersion }`);
params.push(`p=${ systemData.isPrime }`);
params.push(`lts=${ systemData.isLTS }`);
// Remove LTS for now, until we can determine LTS status
// params.push(`lts=${ systemData.isLTS }`);