Merge pull request #157 from erdemozyol/fix/status-tab-highlight

fix: refresh tab highlight on horizontal navigation
This commit is contained in:
Kevin Codex
2026-04-03 00:55:33 +08:00
committed by GitHub

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