nitpicker: trigger info ds change on config update

Inform all GUI clients of a new version of the mode information whenever
the nitpicker configuration is modified. This is needed because changed
capture policies influence the panorama observable by the GUI clients.

Issue #5352
This commit is contained in:
Norman Feske 2024-10-07 17:32:09 +02:00 committed by Christian Helmuth
parent 57b10b9611
commit c296795089

View File

@ -997,7 +997,7 @@ void Nitpicker::Main::_handle_config()
configure_reporter(config, _clicked_reporter);
configure_reporter(config, _displays_reporter);
_apply_capture_config();
capture_client_appeared_or_disappeared();
/* update domain registry and session policies */
for (Gui_session *s = _session_list.first(); s; s = s->next())