Trying to add enable button to info panel

This commit is contained in:
Will Tatam
2024-03-06 18:38:27 +00:00
parent a8661b5125
commit 265339cc3f
2 changed files with 17 additions and 4 deletions

View File

@@ -406,7 +406,7 @@ void registerUsermods()
#endif
#ifdef USERMOD_AUTO_PLAYLIST
usermods.add(new AutoPlaylistUsermod("Auto Playlist", true));
usermods.add(new AutoPlaylistUsermod(true));
#endif