Skip to content

Commit

Permalink
add ncs logo id
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jun 3, 2024
1 parent 5d4d22c commit 7e14f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CustomSongWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ using namespace geode::node_ids;
m_playbackBtn->setID("play-song-button");
m_moreBtn->setID("more-button");
m_deleteBtn->setID("delete-button");
m_ncsLogo->setID("ncs-logo");
setIDSafe<InfoAlertButton>(m_buttonMenu, 0, "info-button");
};

Expand Down

0 comments on commit 7e14f2b

Please sign in to comment.