1
0
Fork 0

Merge pull request #101519 from LanzaSchneider/patch-2

Fix theme options in project manager incorrectly using translated text
This commit is contained in:
Rémi Verschelde 2025-01-14 12:09:13 +01:00
commit 8ef53ab8b4
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ void QuickSettingsDialog::_update_current_values() {
if (current_theme == theme_value) {
theme_option_button->set_text(current_theme);
theme_option_button->select(i);
theme_option_button->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
custom_theme_label->set_visible(current_theme == "Custom");
}