mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[NativeMenu] Do not auto toggle check/multi-state items. Add is_native_menu method.
This commit is contained in:
@@ -52,6 +52,7 @@ enum GlobalMenuCheckType {
|
||||
Callable hover_callback;
|
||||
Variant meta;
|
||||
GlobalMenuCheckType checkable_type;
|
||||
bool checked;
|
||||
int max_states;
|
||||
int state;
|
||||
Ref<Image> img;
|
||||
|
||||
Reference in New Issue
Block a user