ui/fix: action-related config shown on menu items with no actions

This commit is contained in:
bd_ 2023-05-11 19:27:42 +09:00
parent 5a36db7b7f
commit 1e2c821a25

View File

@ -67,7 +67,7 @@ namespace nadena.dev.modular_avatar.core.editor
return false; return false;
} }
return true; return c.GetComponent<MenuAction>() != null;
}); });
} }