Make build profile project detection also set build options

This commit is contained in:
Michael Alexsander 2025-03-06 15:42:10 -03:00
parent e45cc68092
commit 454e4f817c
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
28 changed files with 786 additions and 82 deletions

View file

@ -194,6 +194,8 @@ void MenuButton::_bind_methods() {
ADD_SIGNAL(MethodInfo("about_to_popup"));
ADD_CLASS_DEPENDENCY("PopupMenu");
PopupMenu::Item defaults(true);
base_property_helper.set_prefix("popup/item_");