Add reduce_motion config and OS detection

This commit is contained in:
2026-02-18 21:02:27 +02:00
parent 7135459a18
commit 727c2f2704
3 changed files with 32 additions and 1 deletions

View File

@@ -58,7 +58,10 @@ DEFAULT_SETTINGS = {
# Low VRAM Mode
"unload_models_after_use": False # If True, models are unloaded immediately to free VRAM
"unload_models_after_use": False, # If True, models are unloaded immediately to free VRAM
# Accessibility
"reduce_motion": False # Disable animations for WCAG 2.3.3
}
class ConfigManager: