diff options
Diffstat (limited to '')
| -rw-r--r-- | editor/property_editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/property_editor.h b/editor/property_editor.h index 3b68e80ac..b88ba38e1 100644 --- a/editor/property_editor.h +++ b/editor/property_editor.h @@ -272,7 +272,8 @@ public: custom_editor->set_read_only(p_read_only); } - void set_capitalize_paths(bool p_capitalize); + bool is_capitalize_paths_enabled() const; + void set_enable_capitalize_paths(bool p_capitalize); void set_autoclear(bool p_enable); void set_show_categories(bool p_show); |
