minor changes
This commit is contained in:
parent
7e5df526c3
commit
7f4e1460b8
4
main.go
4
main.go
@ -294,9 +294,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if e == tcell.KeyEscape {
|
if e == tcell.KeyEscape {
|
||||||
if views.GetCurrentView().GetViewName() == "SearchView" {
|
if views.GetCurrentView().GetViewName() == "BuffSearchView" {
|
||||||
} else if views.GetCurrentView().GetViewName() == "BuffSearchView" {
|
|
||||||
views.SetCurrentView(views.FView)
|
|
||||||
client.Matches = nil
|
client.Matches = nil
|
||||||
}
|
}
|
||||||
ui.Ui.SearchBar.SetText("")
|
ui.Ui.SearchBar.SetText("")
|
||||||
|
Loading…
Reference in New Issue
Block a user