Update w/ RASPI_UI_STATIC_LOGO user option

This commit is contained in:
billz
2025-09-03 07:04:58 -07:00
parent a295dae059
commit 931086aecb
2 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ define('RASPI_SYSTEM_ENABLED', true);
define('RASPI_MONITOR_ENABLED', false);
define('RASPI_RESTAPI_ENABLED', false);
define('RASPI_PLUGINS_ENABLED', true);
define('RASPI_UI_STATIC_LOGO', false);
// Locale settings
define('LOCALE_ROOT', 'locale');