Skip to content

Commit 214b5f7

Browse files
committed
frontfacing adjustment
1 parent 445a455 commit 214b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/SongListLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void SongListLayer::showLayer(const bool instant) {
109109
const SongManager& songManager = SongManager::get();
110110

111111
const std::string& playlistFileName = songManager.getPlaylistIsEmpty() ? "None" : geode::utils::string::replace(Utils::toNormalizedString(geode::Mod::get()->getSettingValue<std::filesystem::path>("playlistFile").filename()), ".txt", "");
112-
cocos2d::CCLabelBMFont* currentPlaylistLabel = cocos2d::CCLabelBMFont::create(fmt::format("Selected Playlist: {}", playlistFileName).c_str(), "bigFont.fnt");
112+
cocos2d::CCLabelBMFont* currentPlaylistLabel = cocos2d::CCLabelBMFont::create(fmt::format("Playlist: {}", playlistFileName).c_str(), "bigFont.fnt");
113113
currentPlaylistLabel->setPosition({83.5f, 0.f});
114114
currentPlaylistLabel->limitLabelWidth(279.f * .45f, 1.f, .0001f);
115115
currentPlaylistLabel->setZOrder(titleLabel->getZOrder());

0 commit comments

Comments
 (0)