修复侧边栏弹出时,如果没有选项,会导致报错的问题

This commit is contained in:
Alienjack 2025-10-16 16:00:16 +08:00
parent 0b7a11291c
commit c1d56f52e0

View File

@ -204,6 +204,7 @@ namespace AxibugEmuOnline.Client
{
m_hideTween.Kill(true);
}
if (menus.Count == 0) return;
m_onClose = onClose;
ReleaseRuntimeMenus();