mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
parent
72f6b2761c
commit
2844eed0f5
|
@ -91,7 +91,7 @@ func (e *engine) renderBlockSegments(block *Block) string {
|
|||
}
|
||||
e.activeSegment = segment
|
||||
e.endPowerline()
|
||||
text := segment.string()
|
||||
text := segment.stringValue
|
||||
e.activeSegment.Background = segment.props.background
|
||||
e.activeSegment.Foreground = segment.props.foreground
|
||||
e.renderSegmentText(text)
|
||||
|
|
Loading…
Reference in a new issue