move "predicted meter" down, and gray it out
This commit is contained in:
@@ -180,8 +180,8 @@ static const MenuRow g_EditNotesStatisticsItems[] =
|
|||||||
{
|
{
|
||||||
{ "Difficulty", true, 0, { "BEGINNER","EASY","MEDIUM","HARD","CHALLENGE","EDIT" } },
|
{ "Difficulty", true, 0, { "BEGINNER","EASY","MEDIUM","HARD","CHALLENGE","EDIT" } },
|
||||||
{ "Meter", true, 0, { "1","2","3","4","5","6","7","8","9","10","11","12","13","14","15" } },
|
{ "Meter", true, 0, { "1","2","3","4","5","6","7","8","9","10","11","12","13","14","15" } },
|
||||||
{ "Predicted Meter", true, 0, { NULL } },
|
|
||||||
{ "Description", true, 0, { NULL } },
|
{ "Description", true, 0, { NULL } },
|
||||||
|
{ "Predicted Meter", false, 0, { NULL } },
|
||||||
{ "Tap Steps", false, 0, { NULL } },
|
{ "Tap Steps", false, 0, { NULL } },
|
||||||
{ "Hold Steps", false, 0, { NULL } },
|
{ "Hold Steps", false, 0, { NULL } },
|
||||||
{ "Stream", false, 0, { NULL } },
|
{ "Stream", false, 0, { NULL } },
|
||||||
|
|||||||
@@ -146,8 +146,8 @@ public:
|
|||||||
enum EditNotesStatisticsChoice {
|
enum EditNotesStatisticsChoice {
|
||||||
difficulty,
|
difficulty,
|
||||||
meter,
|
meter,
|
||||||
predict_meter,
|
|
||||||
description,
|
description,
|
||||||
|
predict_meter,
|
||||||
tap_notes,
|
tap_notes,
|
||||||
hold_notes,
|
hold_notes,
|
||||||
stream,
|
stream,
|
||||||
|
|||||||
Reference in New Issue
Block a user