From e7dc0f68b2fb443e673739e51bc0578393ca6f25 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson Date: Mon, 6 Aug 2018 15:34:45 +0200 Subject: [PATCH] Added LED ring effects, Closes #344 --- src/cfclient/ui/tabs/FlightTab.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cfclient/ui/tabs/FlightTab.py b/src/cfclient/ui/tabs/FlightTab.py index 7eb31ea0fb..9dc06b8a90 100644 --- a/src/cfclient/ui/tabs/FlightTab.py +++ b/src/cfclient/ui/tabs/FlightTab.py @@ -577,7 +577,9 @@ def _ring_populate_dropdown(self): 10: "Boat lights", 11: "Alert", 12: "Gravity", - 13: "LED tab"} + 13: "LED tab", + 14: "Color fader", + 15: "Link quality"} for i in range(nbr + 1): name = "{}: ".format(i)