From 4b573ae0d852ff9a1ada4d5032762703f4384302 Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Tue, 7 Jul 2026 10:22:33 +0200 Subject: [PATCH] Fix unresolved rustdoc link to ThemePreference Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/egui/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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