1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

fix comment for WebOptions follow_system_theme (#2233)

This commit is contained in:
Mikhail Sheldyakov
2022-11-05 10:20:53 +02:00
committed by GitHub
parent fcb00723bc
commit 25718f2774

View File

@@ -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`