diff --git a/crates/ewwii/src/app.rs b/crates/ewwii/src/app.rs index 1160d80..0d2d438 100644 --- a/crates/ewwii/src/app.rs +++ b/crates/ewwii/src/app.rs @@ -716,7 +716,7 @@ impl App { Ok(()) } - /// Load a given CSS string into the gtk css provider, returning a nicely formatted [`DiagError`] when GTK errors out + /// Load a given CSS string into the gtk css provider pub fn load_css(&mut self, _file_id: usize, css: &str) -> Result<()> { self.css_provider.load_from_data(&css);