Cleanup.
This commit is contained in:
parent
a8a7e8407a
commit
54dfde7dca
|
|
@ -138,7 +138,7 @@ class GeneralSettingsController(SettingsFormController):
|
||||||
"Waterfall settings",
|
"Waterfall settings",
|
||||||
DropdownInput(
|
DropdownInput(
|
||||||
"waterfall_scheme",
|
"waterfall_scheme",
|
||||||
"Waterfall color scheme",
|
"Waterfall color theme",
|
||||||
options=WaterfallOptions,
|
options=WaterfallOptions,
|
||||||
),
|
),
|
||||||
TextAreaInput(
|
TextAreaInput(
|
||||||
|
|
|
||||||
|
|
@ -309,11 +309,11 @@ class CustomWaterfall(Waterfall):
|
||||||
|
|
||||||
|
|
||||||
class WaterfallOptions(DropdownEnum):
|
class WaterfallOptions(DropdownEnum):
|
||||||
DEFAULT = ("Google Turbo (OpenWebRX default)", GoogleTurboWaterfall)
|
DEFAULT = ("Google Turbo Theme (OpenWebRX default)", GoogleTurboWaterfall)
|
||||||
TEEJEEZ = ("Theme by Teejeez (default in OpenWebRX < 0.20)", TeejeezWaterfall)
|
TEEJEEZ = ("Theme by Teejeez (default in OpenWebRX < 0.20)", TeejeezWaterfall)
|
||||||
HA7ILM = ("Theme by Andras (HA7ILM)", Ha7ilmWaterfall)
|
HA7ILM = ("Legacy Theme by Andras (HA7ILM)", Ha7ilmWaterfall)
|
||||||
ZORAN = ("Theme by Zoran (9A6NDZ)", ZoranWaterfall)
|
ZORAN = ("Theme by Zoran (9A6NDZ)", ZoranWaterfall)
|
||||||
ECLIPSE = ("Eclipse by Dimitar (LZ2DMV) and LZ4ZD", EclipseWaterfall)
|
ECLIPSE = ("Eclipse Theme by Dimitar (LZ2DMV) and LZ4ZD", EclipseWaterfall)
|
||||||
CUSTOM = ("Custom", CustomWaterfall)
|
CUSTOM = ("Custom", CustomWaterfall)
|
||||||
|
|
||||||
def __new__(cls, *args, **kwargs):
|
def __new__(cls, *args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue