Add action to search in room directory when search is empty in roomlist

This commit is contained in:
Tobias Fella
2020-11-21 21:32:40 +01:00
parent 2e9fb7615a
commit 4bfbca75d8
4 changed files with 5 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ if(ANDROID)
"configure"
"rating"
"rating-unrated"
"search"
)
else()
target_link_libraries(neochat PRIVATE Qt5::Widgets ${QTKEYCHAIN_LIBRARIES})