Skip to content

Commit

Permalink
change select channel button string id to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 30, 2023
1 parent 138fdbb commit f8da816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/src/ids/CustomizeObjectLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using namespace geode::prelude;
"channel-7-button",
"channel-8-button",
"channel-9-button",
"channel-10-button",
"channel-custom-button",

"select-channel-up-button",
"select-channel-down-button",
Expand Down Expand Up @@ -119,7 +119,7 @@ using namespace geode::prelude;
m_buttonMenu->getChildByID("channel-7-button"),
m_buttonMenu->getChildByID("channel-8-button"),
m_buttonMenu->getChildByID("channel-9-button"),
m_buttonMenu->getChildByID("channel-10-button")
m_buttonMenu->getChildByID("channel-custom-button")
);
channelsMenu->setContentSize({ 350.f, 100.f });
channelsMenu->setPosition(winSize.width / 2, winSize.height / 2 - 25.f);
Expand Down

0 comments on commit f8da816

Please sign in to comment.