fix: show display version in status
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user