Fine tuned dark theme color

This commit is contained in:
Toby Chui
2025-03-23 12:47:23 +08:00
parent 4d16758e0a
commit b71437058f
3 changed files with 11 additions and 4 deletions

View File

@ -43,7 +43,7 @@ const (
/* Build Constants */
SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.2.0"
DEVELOPMENT_BUILD = true /* Development: Set to false to use embedded web fs */
DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
/* System Constants */
TMP_FOLDER = "./tmp"