mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2026-04-08 18:33:35 +00:00
fix help string for theme option
This commit is contained in:
@@ -42,7 +42,7 @@ class SimpleRecorder(Command):
|
||||
default=None, env="OBS_PASSWORD", help="OBS WebSocket password"
|
||||
)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user