Bugfix: set colorwheel default on (for 1D)

This commit is contained in:
Ewoud
2023-05-07 20:22:42 +02:00
parent b22d94f154
commit 2077515b05
4 changed files with 1615 additions and 1615 deletions

View File

@@ -89,7 +89,7 @@
<div class ="container">
<div id="Colors" class="tabcontent">
<div id="colorGFX" hidden="true"> <!--WLEDMM-->
<div id="colorGFX">
<br> <!--WLEDMM: instead of padding-top:18 in css-->
<div id="picker" class="noslide"></div>
<div id="hwrap" class="slider">

View File

@@ -1939,7 +1939,7 @@ function toggleLiveview()
if (isM) {
//WLEDMM adding liveview2D support on main ui
isLv = !isLv;
gId("colorGFX").style.display = isLv? "inline":"none";
gId("colorGFX").style.display = isLv? "inline":"none"; //WLEDMM: set off if explicitly gfx pushed
gId("effectGFX").style.display = isLv? "inline":"none";
gId("segGFX").style.display = isLv? "inline":"none";

File diff suppressed because it is too large Load Diff

View File

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