fix help string for theme option

This commit is contained in:
onyx-and-iris 2025-06-26 06:53:36 +01:00
parent 87dbd0b8e5
commit a43813fc00

View File

@ -42,7 +42,7 @@ class SimpleRecorder(Command):
default=None, env="OBS_PASSWORD", help="OBS WebSocket password" default=None, env="OBS_PASSWORD", help="OBS WebSocket password"
) )
theme: str = arg( theme: str = arg(
default="Reds", parser=theme_parser, env="OBS_THEME", help="OBS WebSocket theme" default="Reds", parser=theme_parser, env="OBS_THEME", help="GUI theme"
) )
@override @override