mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
216541a4f8
commit
35aead22fc
|
@ -236,6 +236,7 @@ func (e *Engine) RenderTooltip(tip string) string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
tooltip.text = tooltip.string()
|
tooltip.text = tooltip.string()
|
||||||
|
tooltip.active = true
|
||||||
// little hack to reuse the current logic
|
// little hack to reuse the current logic
|
||||||
block := &Block{
|
block := &Block{
|
||||||
Alignment: Right,
|
Alignment: Right,
|
||||||
|
|
Loading…
Reference in a new issue