Turn on AutoRenderHyperLinks in the Command Log panel

Some commands output hyperlinks, and it's useful to be able to click them.
This commit is contained in:
Stefan Haller 2024-09-15 14:08:56 +02:00
parent 65b731f484
commit 1ceb5a6b37

View file

@ -171,6 +171,7 @@ func (gui *Gui) createAllViews() error {
gui.Views.Extras.Title = gui.c.Tr.CommandLog
gui.Views.Extras.Autoscroll = true
gui.Views.Extras.Wrap = true
gui.Views.Extras.AutoRenderHyperLinks = true
gui.Views.Snake.Title = gui.c.Tr.SnakeTitle
gui.Views.Snake.FgColor = gocui.ColorGreen