Display the settings dialog (nicegui.ui.card).
Last updated 1 year ago
def settings(dark_mode: bool) -> None:
dark_mode
The current dark mode preference (true for dark, false otherwise)
Interacting with the toggles in this window will directly modify environment variables for SCRUB_ENABLED and APP_DARK_MODE using openadapt.config.persist_env
SCRUB_ENABLED
APP_DARK_MODE
openadapt.config.persist_env