mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
I don't think this will make a difference in practice, but technically there are three preference states: * `dark` * `light` * `no-preference` Previously we would only check for `dark`, and if not set would assume `light`. Not we also check `light` and if we're neither `dark` or `light` we assume nothing.