ui: History list polishing
* Fixed fulltext searches not included * Show smaller colored indicator in front of list items * Font weight bold on history list item hover
This commit is contained in:
@@ -98,6 +98,7 @@ SearchMatch::SearchMatch()
|
||||
|
||||
SearchMatch::SearchMatch(const std::string& query)
|
||||
: name(query)
|
||||
, text(query)
|
||||
, typeName("")
|
||||
, searchType(SEARCH_NONE)
|
||||
, hasChildren(false)
|
||||
|
||||
Reference in New Issue
Block a user