mirror of https://github.com/zlatinb/muwire
do not show local searches in monitor
parent
1996681677
commit
9d75550b6f
|
@ -158,6 +158,8 @@ class MainFrameModel {
|
|||
}
|
||||
|
||||
void onQueryEvent(QueryEvent e) {
|
||||
if (e.replyTo == core.me.destination)
|
||||
return
|
||||
StringBuilder sb = new StringBuilder()
|
||||
e.searchEvent.searchTerms?.each {
|
||||
sb.append(it)
|
||||
|
|
Loading…
Reference in New Issue