You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make project naming setting available in project manager
This commit is contained in:
@@ -47,6 +47,7 @@ class QuickSettingsDialog : public AcceptDialog {
|
||||
Vector<String> editor_themes;
|
||||
Vector<String> editor_scales;
|
||||
Vector<String> editor_network_modes;
|
||||
Vector<String> editor_directory_naming_conventions;
|
||||
|
||||
void _fetch_setting_values();
|
||||
void _update_current_values();
|
||||
@@ -60,6 +61,7 @@ class QuickSettingsDialog : public AcceptDialog {
|
||||
OptionButton *theme_option_button = nullptr;
|
||||
OptionButton *scale_option_button = nullptr;
|
||||
OptionButton *network_mode_option_button = nullptr;
|
||||
OptionButton *directory_naming_convention_button = nullptr;
|
||||
|
||||
Label *custom_theme_label = nullptr;
|
||||
|
||||
@@ -67,6 +69,7 @@ class QuickSettingsDialog : public AcceptDialog {
|
||||
void _theme_selected(int p_id);
|
||||
void _scale_selected(int p_id);
|
||||
void _network_mode_selected(int p_id);
|
||||
void _directory_naming_convention_selected(int p_id);
|
||||
void _set_setting_value(const String &p_setting, const Variant &p_value, bool p_restart_required = false);
|
||||
|
||||
Label *restart_required_label = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user