short-circuit logic if monitor is not visible
This commit is contained in:
@ -501,6 +501,9 @@ class MainFrameModel {
|
||||
}
|
||||
|
||||
void onQueryEvent(QueryEvent e) {
|
||||
if (!uiSettings.showMonitor)
|
||||
return
|
||||
|
||||
if (e.replyTo == core.me.destination)
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user