Add flag to disable startup ascii art (#369)

Adds an environment variable to disable the colorized splash screen.
This commit is contained in:
strangeglyph
2026-02-02 17:39:47 +01:00
committed by GitHub
parent 5db60141bb
commit 72a626cb1a
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
# Disable Startup Ascii Art
* `MEDIAMANAGER_NO_STARTUP_ART`: Set this environment variable (to any value) \
to disable the colorized startup splash screen. Unset to reenable.