mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
ui/fix: action-related config shown on menu items with no actions
This commit is contained in:
parent
5a36db7b7f
commit
1e2c821a25
@ -67,7 +67,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return c.GetComponent<MenuAction>() != null;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user