system: add webcamd to allowed services to restart

This commit is contained in:
alfrix 2022-07-15 18:34:32 -03:00 committed by Alfredo Monclus
parent 88ca902a4b
commit 422f5619be

View File

@ -12,7 +12,7 @@ def create_panel(*args):
return SystemPanel(*args)
ALLOWED_SERVICES = ["KlipperScreen", "MoonCord", "klipper", "moonraker"]
ALLOWED_SERVICES = ["KlipperScreen", "MoonCord", "klipper", "moonraker", "webcamd"]
class SystemPanel(ScreenPanel):