mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
turn off dynamic colors in fuzzy search
This commit is contained in:
parent
b9079e22d2
commit
4962a78e4c
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ func NewFuzzySearchModal(mainView *MainView, width int, height int) *FuzzySearch
|
|||
SetInputCapture(fs.keyHandler)
|
||||
|
||||
fs.results = tview.NewTextView().
|
||||
SetDynamicColors(true).
|
||||
SetRegions(true)
|
||||
fs.results.SetBorderPadding(1, 0, 0, 0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue