Update remaps in "file_removed" signal

This commit is contained in:
PucklaMotzer09
2022-01-04 17:23:35 +01:00
parent e6b0496415
commit 0f9086e131
2 changed files with 36 additions and 2 deletions

View File

@ -83,6 +83,7 @@ class LocalizationEditor : public VBoxContainer {
void _update_pot_file_extensions();
void _filesystem_files_moved(const String &p_old_file, const String &p_new_file);
void _filesystem_file_removed(const String &p_file);
protected:
void _notification(int p_what);