diff --git a/BassBoom.Cli/BassBoom.Cli.csproj b/BassBoom.Cli/BassBoom.Cli.csproj index f8eb40a..357f26f 100644 --- a/BassBoom.Cli/BassBoom.Cli.csproj +++ b/BassBoom.Cli/BassBoom.Cli.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/BassBoom.Cli/CliBase/Equalizer.cs b/BassBoom.Cli/CliBase/Equalizer.cs index 0d06634..5be03e2 100644 --- a/BassBoom.Cli/CliBase/Equalizer.cs +++ b/BassBoom.Cli/CliBase/Equalizer.cs @@ -171,7 +171,7 @@ private static string HandleDraw() choices.Add(new($"{i + 1}", bandData)); } drawn.Append( - SelectionInputTools.RenderSelections([.. choices], 2, 3, currentBandIdx, bandsPerPage, ConsoleWrapper.WindowWidth - 4, altChoicePos: choices.Count, selectedForegroundColor: new Color(ConsoleColors.Green), foregroundColor: new Color(ConsoleColors.Silver)) + SelectionInputTools.RenderSelections([.. choices], 2, 3, currentBandIdx, bandsPerPage, ConsoleWrapper.WindowWidth - 4, selectedForegroundColor: new Color(ConsoleColors.Green), foregroundColor: new Color(ConsoleColors.Silver)) ); return drawn.ToString(); } diff --git a/BassBoom.Cli/CliBase/Player.cs b/BassBoom.Cli/CliBase/Player.cs index f651ac9..b9936b9 100644 --- a/BassBoom.Cli/CliBase/Player.cs +++ b/BassBoom.Cli/CliBase/Player.cs @@ -429,7 +429,7 @@ private static string HandleDraw() choices.Add(new($"{i + 1}", finalEntry)); } drawn.Append( - SelectionInputTools.RenderSelections([.. choices], 2, 3, currentSong - 1, songsPerPage, ConsoleWrapper.WindowWidth - 4, altChoicePos: choices.Count, selectedForegroundColor: new Color(ConsoleColors.Green), altForegroundColor: new Color(ConsoleColors.Silver)) + SelectionInputTools.RenderSelections([.. choices], 2, 3, currentSong - 1, songsPerPage, ConsoleWrapper.WindowWidth - 4, selectedForegroundColor: new Color(ConsoleColors.Green), altForegroundColor: new Color(ConsoleColors.Silver)) ); return drawn.ToString(); } diff --git a/BassBoom.Synthesis/BassBoom.Synthesis.csproj b/BassBoom.Synthesis/BassBoom.Synthesis.csproj index 8a87944..49d0532 100644 --- a/BassBoom.Synthesis/BassBoom.Synthesis.csproj +++ b/BassBoom.Synthesis/BassBoom.Synthesis.csproj @@ -8,8 +8,8 @@ - - + +