瀏覽代碼

Merge pull request #101519 from LanzaSchneider/patch-2

Fix theme options in project manager incorrectly using translated text
Rémi Verschelde 9 月之前
父節點
當前提交
8ef53ab8b4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/project_manager/quick_settings_dialog.cpp

+ 1 - 0
editor/project_manager/quick_settings_dialog.cpp

@@ -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");
 			}
 			}