pub fn enabled() -> boolExpand description
Whether mpv should decode and draw video in this process.
Read fresh rather than cached: it is consulted a handful of times at startup,
and a OnceLock here would only make it harder to test.
TRACES: UR-080 | DR-231, DR-235