mirror of
https://github.com/wled/WLED.git
synced 2025-04-26 15:57:18 +00:00
UI maintaining playlist preset selected.
This commit is contained in:
parent
251d5f4135
commit
067a88b3e7
@ -1116,7 +1116,8 @@ function readState(s,command=false)
|
|||||||
nlTar = s.nl.tbri;
|
nlTar = s.nl.tbri;
|
||||||
nlFade = s.nl.fade;
|
nlFade = s.nl.fade;
|
||||||
syncSend = s.udpn.send;
|
syncSend = s.udpn.send;
|
||||||
currentPreset = s.ps;
|
if (s.pl<0) currentPreset = s.ps;
|
||||||
|
else currentPreset = s.pl;
|
||||||
gId('tt').value = s.transition/10;
|
gId('tt').value = s.transition/10;
|
||||||
|
|
||||||
var selc=0; var ind=0;
|
var selc=0; var ind=0;
|
||||||
|
1453
wled00/html_ui.h
1453
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user