File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -400,11 +400,19 @@ <h3>Pixel Paint</h3>
400400 </ div >
401401 </ div >
402402 < hr >
403+ < div class ="ed active ">
404+ < div >
405+ < h3 > Video Lab</ h3 >
406+ < div > < small > Stream video and generate animated GIFs (beta)</ small > </ div >
407+ < button class ="btn " id ="t2 " style ="display:none "> </ button >
408+ </ div >
409+ </ div >
410+ < hr >
403411 < div class ="ed active ">
404412 < div >
405413 < h3 > PIXEL MAGIC Tool</ h3 >
406414 < div > < small > Legacy pixel art editor</ small > </ div >
407- < button class ="btn " id ="t2 " style ="display:none "> </ button >
415+ < button class ="btn " id ="t3 " style ="display:none "> </ button >
408416 </ div >
409417 </ div >
410418 < hr >
@@ -442,7 +450,8 @@ <h3>PIXEL MAGIC Tool</h3>
442450 await segLoad ( ) ; // load available segments
443451 await flU ( ) ; // update file list
444452 toolChk ( 'pixelpaint.htm' , 't1' ) ; // update buttons of additional tools
445- toolChk ( 'pxmagic.htm' , 't2' ) ;
453+ toolChk ( 'videolab.htm' , 't2' ) ;
454+ toolChk ( 'pxmagic.htm' , 't3' ) ;
446455 await fsMem ( ) ; // show file system memory info
447456} ) ( ) ;
448457
You can’t perform that action at this time.
0 commit comments