···165165 e.window.set_unlock_error("".into());
166166 }
167167 }
168168+169169+ fn set_is_dark(&self, dark: bool) {
170170+ for e in &self.entries {
171171+ e.window.set_is_dark(dark);
172172+ }
173173+ }
168174}
169175170176/// Wire all interaction callbacks onto a single window. Called once per window