Explorar el Código

Disable toggle highlights

ayn2op hace 3 años
padre
commit
3c428470a2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      messages_text.go

+ 0 - 1
messages_text.go

@@ -23,7 +23,6 @@ func newMessagesText() *MessagesText {
 
 	mt.SetDynamicColors(true)
 	mt.SetRegions(true)
-	mt.SetToggleHighlights(true)
 	mt.SetWordWrap(true)
 	mt.ScrollToEnd()
 	mt.SetHighlightedFunc(mt.onHighlighted)