Skip to content

Commit f4cd3bf

Browse files
committed
more node IDs
1 parent 1a3ff46 commit f4cd3bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ui/SongControlMenu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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);

src/ui/SongListLayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)