Skip to content

Commit

Permalink
Add missing doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
bash and emilk authored Jul 31, 2024
1 parent 231e851 commit 7048949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/egui/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ pub struct Options {
/// Default: [`crate::Theme::Dark`].
pub fallback_theme: Theme,

/// Used to detect changes in system theme
#[cfg_attr(feature = "serde", serde(skip))]
system_theme: Option<Theme>,

Expand Down

0 comments on commit 7048949

Please sign in to comment.