Skip to content

Commit cd1ba38

Browse files
committed
one more last technicality
1 parent ed27bfa commit cd1ba38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Green song names indicate a currently playing song.
1010
- No, I will not be adding a search bar.
1111
- Retroactively rename `Playlist Mode` to `Constant Shuffle Mode` across as many front-facing areas as possible to avoid confusion with more recent features (see first bullet point).
12+
- Fix an issue where changing some settings didn't render a new song title card. Oops!
1213
- Moved repository URL to Codeberg.
1314
## v1.8.4
1415
- Added `Advanced Logging` toggle.

src/Utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ void Utils::resetSongManagerRefreshVectorSetNewSongBecause(const std::string_vie
483483
geode::log::info("set a new song, finding SCM?");
484484
if (SongControlMenu* scm = cocos2d::CCScene::get()->getChildByType<SongControlMenu>(0); scm) return geode::Loader::get()->queueInMainThread([scm] { scm->onRegenButton(nullptr); });
485485
geode::log::info("no SCM found");
486+
if (Utils::getBool("enableNotification")) Utils::newCardAndDisplayNameFromCurrentSong();
486487
}
487488

488489

0 commit comments

Comments
 (0)