From 97fa7de28acfd0277515493cdea858aa3ed8a15b Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 13 May 2020 14:48:38 -0400 Subject: [PATCH] devices: pass arguments through in feature_choices_dynamic --- lib/logitech_receiver/settings_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index b772707c..e95539b3 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -100,7 +100,7 @@ def feature_choices_dynamic(name, feature, choices_callback, setting = feature_choices(name, feature, choices, read_function_id, write_function_id, bytes_count=bytes_count, - label=None, description=None, device_kind=None) + label=label, description=description, device_kind=device_kind) return setting(device) return instantiate