slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
1
2
3
4
5
6
7
8
9
# `pal/dark_mode.rs`


## `pub(crate) fn is_dark_mode() -> bool`

*Line 3 · fn*

Check if Windows is in dark mode by querying the registry.

---