lowercase identifiers

This commit is contained in:
2023-08-07 17:38:51 +01:00
parent ebacdcf82a
commit ca2427c29a
3 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ class Command(IRemote):
@property
def identifier(self) -> str:
return "Command"
return "command"
def set_showvbanchat(self, val: bool):
self.setter("DialogShow.VBANCHAT", 1 if val else 0)