Skip to content

Commit

Permalink
set default playlistsonggroups pref to false until behavior is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 18, 2018
1 parent 9e9ff48 commit f9982ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SongManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static const ThemeMetric<bool> USE_PREFERRED_SORT_COLOR ( "SongManager", "UsePr
static const ThemeMetric<int> EXTRA_STAGE2_DIFFICULTY_MAX ( "SongManager", "ExtraStage2DifficultyMax" );

static Preference<RString> g_sDisabledSongs( "DisabledSongs", "" );
static Preference<bool> PlaylistsAreSongGroups("PlaylistsAreSongGroups", true);
static Preference<bool> PlaylistsAreSongGroups("PlaylistsAreSongGroups", false);

RString SONG_GROUP_COLOR_NAME( size_t i ) { return ssprintf( "SongGroupColor%i", (int) i+1 ); }

Expand Down

0 comments on commit f9982ad

Please sign in to comment.