Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
354 stars 34 forks source link

Progress Bar for selected list item - % color #31

Closed hl2guide closed 5 years ago

hl2guide commented 5 years ago

Please consider setting the progress label to use a suitable colour for a selected list item. It'd be easier to read 👍

progress

Maybe it could be: IF ($percentageValue < 50) THEN SET $percentageText.Color TO WHITE ELSE SET $percentageText.Color TO BLACK