Fix: Remove action_support arg in register

This commit is contained in:
Core447 2024-06-16 13:41:36 +02:00
parent c3039cad7d
commit 8cd5b20307
No known key found for this signature in database
GPG Key ID: 5B97C0BD62F98516
1 changed files with 1 additions and 6 deletions

View File

@ -43,12 +43,7 @@ class OBS(PluginBase):
plugin_name=self.lm.get("plugin.name"),
github_repo="https://github.com/StreamController/OBSPlugin",
plugin_version="1.0.0",
app_version="1.0.0-alpha",
action_support={
Input.Key: ActionInputSupport.SUPPORTED,
Input.Dial: ActionInputSupport.SUPPORTED,
Input.Touchscreen: ActionInputSupport.UNTESTED
}
app_version="1.0.0-alpha"
)
toggle_record_action_holder = ActionHolder(