We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd1db8 commit b63e72eCopy full SHA for b63e72e
wled00/data/index.js
@@ -3324,6 +3324,8 @@ function genPresets()
3324
}
3325
addToPlaylist("All", ef.id, "ALL");
3326
if(ef.name.startsWith("Y💡")) addToPlaylist("AnimARTrix", ef.id, "AM");
3327
+ if(ef.name.startsWith("PS ")) addToPlaylist("Particle System", ef.id, "PS");
3328
+
3329
if (m.includes("1")) addToPlaylist("All 1D", ef.id, "1D");
3330
if (m.includes("2")) addToPlaylist("All 2D", ef.id, "2D");
3331
0 commit comments