File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ bool SongControlMenu::setup(const std::string&) {
9090 this ->b ->setID (" trans-bg" _spr);
9191 this ->m_title ->setID (" title" _spr);
9292 this ->m_bgSprite ->setID (" background" _spr);
93+ this ->m_closeBtn ->setID (" close-button" _spr);
9394 this ->m_buttonMenu ->setID (" close-menu" _spr);
9495 this ->m_otherLabel ->setID (" im-not-spotify" _spr);
9596 this ->m_smallLabel ->setID (" current-song-label" _spr);
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ bool SongListLayer::setup(const std::string&) {
175175
176176 this ->setID (" SongListLayer" _spr);
177177 this ->m_bgSprite ->setID (" background" _spr);
178+ this ->m_closeBtn ->setID (" close-button" _spr);
178179 this ->m_buttonMenu ->setID (" close-menu" _spr);
179180
180181 return true ;
You can’t perform that action at this time.
0 commit comments