Hide custom sliders by default.

pull/2737/head
Blaz Kristan 2022-04-11 15:14:47 +02:00
rodzic 39720a11dc
commit a0e318827d
3 zmienionych plików z 1702 dodań i 1701 usunięć

Wyświetl plik

@ -222,7 +222,7 @@
<output class="sliderbubble"></output>
</div>
<p class="labels hd" id="sliderLabel2">Custom 1</p>
<div id="slider2">
<div id="slider2" class="hide">
<i class="icons slider-icon">&#xe410;</i>
<div class="sliderwrap il">
<input id="sliderC1" class="noslide" onchange="setCustom(1)" oninput="updateTrail(this)" max="255" min="0" type="range" value="6" />
@ -231,7 +231,7 @@
<output class="sliderbubble"></output>
</div>
<p class="labels hd" id="sliderLabel3">Custom 2</p>
<div id="slider3">
<div id="slider3" class="hide">
<i class="icons slider-icon">&#xe0a2;</i>
<div class="sliderwrap il">
<input id="sliderC2" class="noslide" onchange="setCustom(2)" oninput="updateTrail(this)" max="255" min="0" type="range" value="6" />
@ -240,7 +240,7 @@
<output class="sliderbubble"></output>
</div>
<p class="labels hd" id="sliderLabel4">Custom 3</p>
<div id="slider4">
<div id="slider4" class="hide">
<i class="icons slider-icon">&#xe0e8;</i>
<div class="sliderwrap il">
<input id="sliderC3" class="noslide" onchange="setCustom(3)" oninput="updateTrail(this)" max="255" min="0" type="range" value="6" />

Plik diff jest za duży Load Diff

Wyświetl plik

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2204101
#define VERSION 2204111
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG