diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 180be7b6d..9b058cef3 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -2404,7 +2404,7 @@ impl Context { output } - /// Keep the native window theme in sync with the egui [`ThemePreference`], + /// Keep the native window theme in sync with the egui [`crate::ThemePreference`], /// if [`crate::Options::sync_window_theme`] is enabled. /// /// Sends a [`ViewportCommand::SetTheme`] to the current viewport whenever the