You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix theme options in project manager incorrectly using translated text
This commit is contained in:
@@ -97,6 +97,7 @@ void QuickSettingsDialog::_update_current_values() {
|
|||||||
if (current_theme == theme_value) {
|
if (current_theme == theme_value) {
|
||||||
theme_option_button->set_text(current_theme);
|
theme_option_button->set_text(current_theme);
|
||||||
theme_option_button->select(i);
|
theme_option_button->select(i);
|
||||||
|
theme_option_button->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||||
|
|
||||||
custom_theme_label->set_visible(current_theme == "Custom");
|
custom_theme_label->set_visible(current_theme == "Custom");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user