1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-08 22:36:49 +02:00

Enable AutoRenderHyperLinks for the tooltip view

Sometimes tooltips contain documentation links, it's useful to be able to
single-click them.
This commit is contained in:
Stefan Haller
2025-04-03 08:41:12 +02:00
parent 7322cf1a9e
commit 6f31f94266

View File

@@ -134,6 +134,7 @@ func (gui *Gui) createAllViews() error {
gui.Views.Menu.Visible = false
gui.Views.Tooltip.Visible = false
gui.Views.Tooltip.AutoRenderHyperLinks = true
gui.Views.Information.BgColor = gocui.ColorDefault
gui.Views.Information.FgColor = gocui.ColorGreen