Skip to content

Commit

Permalink
Fix naming SS to OS
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Jan 13, 2023
1 parent 1c648c4 commit 48eee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/ViewControllers/SongListCell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace BetterSongSearch::UI::ViewControllers
static std::map<SongDetailsCache::MapCharacteristic, std::string> customCharNames = {
{SongDetailsCache::MapCharacteristic::Standard, ""},
{SongDetailsCache::MapCharacteristic::NinetyDegree, "90"},
{SongDetailsCache::MapCharacteristic::OneSaber, "SS"},
{SongDetailsCache::MapCharacteristic::OneSaber, "OS"},
{SongDetailsCache::MapCharacteristic::ThreeSixtyDegree, "360"},
{SongDetailsCache::MapCharacteristic::Lawless, "LL"},
{SongDetailsCache::MapCharacteristic::Custom, "?"},
Expand Down

0 comments on commit 48eee43

Please sign in to comment.