Fix: Remove action_support arg in register
This commit is contained in:
parent
c3039cad7d
commit
8cd5b20307
7
main.py
7
main.py
|
@ -43,12 +43,7 @@ class OBS(PluginBase):
|
||||||
plugin_name=self.lm.get("plugin.name"),
|
plugin_name=self.lm.get("plugin.name"),
|
||||||
github_repo="https://github.com/StreamController/OBSPlugin",
|
github_repo="https://github.com/StreamController/OBSPlugin",
|
||||||
plugin_version="1.0.0",
|
plugin_version="1.0.0",
|
||||||
app_version="1.0.0-alpha",
|
app_version="1.0.0-alpha"
|
||||||
action_support={
|
|
||||||
Input.Key: ActionInputSupport.SUPPORTED,
|
|
||||||
Input.Dial: ActionInputSupport.SUPPORTED,
|
|
||||||
Input.Touchscreen: ActionInputSupport.UNTESTED
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
toggle_record_action_holder = ActionHolder(
|
toggle_record_action_holder = ActionHolder(
|
||||||
|
|
Loading…
Reference in New Issue