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:
@@ -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
|
||||
|
Reference in New Issue
Block a user