ui: different ui for trial and app
This commit is contained in:
@@ -29,7 +29,10 @@ std::string SearchMatch::getSearchTypeName(SearchType type)
|
||||
return "command";
|
||||
case SEARCH_OPERATOR:
|
||||
return "operator";
|
||||
default:
|
||||
return "none";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
std::string SearchMatch::searchMatchesToString(const std::vector<SearchMatch>& matches)
|
||||
|
||||
Reference in New Issue
Block a user