diff options
Diffstat (limited to 'scene/gui/menu_bar.h')
-rw-r--r-- | scene/gui/menu_bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/menu_bar.h b/scene/gui/menu_bar.h index 962eea593f..631b791e1b 100644 --- a/scene/gui/menu_bar.h +++ b/scene/gui/menu_bar.h @@ -41,7 +41,7 @@ class MenuBar : public Control { bool switch_on_hover = true; bool disable_shortcuts = false; - bool is_native = true; + bool prefer_native = true; bool flat = false; int start_index = -1; |