Sync from development - prepare for v0.2.0

This commit is contained in:
Omni
2025-12-06 20:09:55 +00:00
parent fe14e4ecfb
commit ce969eba1b
277 changed files with 14059 additions and 3899 deletions

View File

@@ -4,7 +4,7 @@ Jackify GUI theme and shared constants
import os
JACKIFY_COLOR_BLUE = "#3fd0ea" # Official Jackify blue
DEBUG_BORDERS = False
DEBUG_BORDERS = False # Enable debug borders to visualize widget boundaries
ASSETS_DIR = os.path.join(os.path.dirname(__file__), 'assets')
LOGO_PATH = os.path.join(ASSETS_DIR, 'jackify_logo.png')
DISCLAIMER_TEXT = (