mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
QuitBehavior: - .always: Quit works from any screen (default) - .rootOnly: Quit only works from main screen (no context pushed) - Quit item hidden in status bar when not allowed ThemeManager: - Singleton for managing theme cycling - cycleTheme() / cyclePreviousTheme() methods - setTheme(at:) and setTheme(withId:) for direct access - Automatically updates environment and triggers re-render - 't' key now cycles themes in AppRunner