Skip to content

Commit 360efeb

Browse files
committed
OH MY FOD
1 parent d4a287b commit 360efeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/SongControlMenu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ void SongControlMenu::updateCurrentLabel() {
441441
if (!Utils::getBool("songIndicatorsInControlPanel")) {
442442
this->m_smallLabel->setSkewX(0.f);
443443
this->m_smallLabel->setColor({255, 255, 255});
444+
return;
444445
}
445446
const auto& entry = songManager.getSongToSongDataEntries().find(songManager.getCurrentSong());
446447
if (entry == songManager.getSongToSongDataEntries().end()) return;

0 commit comments

Comments
 (0)