From 25718f27747218878ca1f62744ad50acbef24457 Mon Sep 17 00:00:00 2001 From: Mikhail Sheldyakov Date: Sat, 5 Nov 2022 10:20:53 +0200 Subject: [PATCH] fix comment for WebOptions follow_system_theme (#2233) --- crates/eframe/src/epi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/src/epi.rs b/crates/eframe/src/epi.rs index 7b74f1c8..372a8d2b 100644 --- a/crates/eframe/src/epi.rs +++ b/crates/eframe/src/epi.rs @@ -454,7 +454,7 @@ pub struct WebOptions { /// /// See also [`Self::default_theme`]. /// - /// Default: `false`. + /// Default: `true`. pub follow_system_theme: bool, /// Which theme to use in case [`Self::follow_system_theme`] is `false`