fix: show display version in status

This commit is contained in:
erdemozyol
2026-04-02 17:28:34 +03:00
parent 6f4aa02123
commit 84ac06bac9

View File

@@ -22,7 +22,7 @@ function buildPrimarySection(): Property[] {
const nameValue = customTitle ?? <Text dimColor>/rename to add a name</Text>; const nameValue = customTitle ?? <Text dimColor>/rename to add a name</Text>;
return [{ return [{
label: 'Version', label: 'Version',
value: MACRO.VERSION value: MACRO.DISPLAY_VERSION ?? MACRO.VERSION
}, { }, {
label: 'Session name', label: 'Session name',
value: nameValue value: nameValue