mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 09:50:23 +01:00
fix help string for theme option
This commit is contained in:
parent
87dbd0b8e5
commit
a43813fc00
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user