state: call image-copy cleanup on refresh

This commit is contained in:
Victoria Brekenfeld 2026-03-19 17:41:56 +01:00 committed by Victoria Brekenfeld
parent e1ff0309c7
commit b1f59bd108

View file

@ -1502,6 +1502,7 @@ impl Common {
self.toplevel_info_state.refresh(&self.workspace_state);
self.refresh_idle_inhibit();
self.a11y_keyboard_monitor_state.refresh();
self.image_copy_capture_state.cleanup();
}
pub fn refresh_idle_inhibit(&mut self) {