From ef1a9baa9f6e98255ab95fec560b70b0dd1c230d Mon Sep 17 00:00:00 2001 From: olzzon Date: Thu, 27 Jun 2019 10:33:27 +0200 Subject: [PATCH] feat: ChannelTypes - preparing settings for numberOfChannelTypes --- src/components/Settings.tsx | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 4fc71844..8cf74275 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -150,9 +150,26 @@ class Settings extends React.PureComponent { location.reload(); } + renderChannelTypeSettings = () => { + return ( +
+
+ NUMBER OF CHANNELS: +
+ +
+ ) + } + renderShowChannelsSelection = () => { return (
+
+ SHOW/HIDE FADERS: +