Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Theme Editor: RTC tags will now display nothing if RTC is not available on device

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27793 a1c6a512-1295-4272-9138-f99709370657

+3
+3
utils/themeeditor/models/parsetreenode.cpp
··· 935 935 { 936 936 if(!conditional) 937 937 { 938 + if(element->tag->name[0] == 'c' && !info.device()->data("cc").toBool()) 939 + return QString(); 940 + 938 941 if(QString(element->tag->name) == "Sx") 939 942 return element->params[0].data.text; 940 943 return info.device()->data(QString(element->tag->name),