fix comment for WebOptions follow_system_theme (#2233)
This commit is contained in:
parent
fcb00723bc
commit
25718f2774
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ pub struct WebOptions {
|
||||||
///
|
///
|
||||||
/// See also [`Self::default_theme`].
|
/// See also [`Self::default_theme`].
|
||||||
///
|
///
|
||||||
/// Default: `false`.
|
/// Default: `true`.
|
||||||
pub follow_system_theme: bool,
|
pub follow_system_theme: bool,
|
||||||
|
|
||||||
/// Which theme to use in case [`Self::follow_system_theme`] is `false`
|
/// Which theme to use in case [`Self::follow_system_theme`] is `false`
|
||||||
|
|
Loading…
Reference in a new issue