Помогите, пожалуйста... Вот в скрипте у меня есть темы
if imgui.CollapsingHeader(u8"Изменения тем") then
imgui.BeginChild(u8"Смена темы", true)
for i, value in ipairs(themes.colorThemes) do
if imgui.RadioButton(value, checked_radio, i) then
themes.SwitchColorTheme(i)...