From f8da81625f0dcf9aaf75f42c98d8f266ffd1e254 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sun, 30 Jul 2023 12:03:25 +0300 Subject: [PATCH] change select channel button string id to be more specific --- loader/src/ids/CustomizeObjectLayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loader/src/ids/CustomizeObjectLayer.cpp b/loader/src/ids/CustomizeObjectLayer.cpp index 292f02a70..fce651beb 100644 --- a/loader/src/ids/CustomizeObjectLayer.cpp +++ b/loader/src/ids/CustomizeObjectLayer.cpp @@ -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", @@ -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);