Improve POT Generation dialog
* Avoid "property not found" warnings when adding a file for the first time. * When no file is added, disable the Generate POT button instead of printing a warning.
This commit is contained in:
@ -54,6 +54,7 @@ class LocalizationEditor : public VBoxContainer {
|
||||
Tree *translation_pot_list = nullptr;
|
||||
EditorFileDialog *pot_file_open_dialog = nullptr;
|
||||
EditorFileDialog *pot_generate_dialog = nullptr;
|
||||
Button *pot_generate_button = nullptr;
|
||||
|
||||
bool updating_translations = false;
|
||||
String localization_changed;
|
||||
|
||||
Reference in New Issue
Block a user