Reactively set theme color

This commit is contained in:
WardPearce
2025-12-08 17:55:53 +13:00
parent 66481b3a99
commit 3d2385e6a0
7 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.12.1"
LATEST_VERSION = "1.12.2"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")