Set use_on_initial_import() in ResourceImporterCSVTranslation to false.

This means that if a .csv file is dropped into a project the editor will
not import it by default.
This commit is contained in:
Relintai 2024-12-06 23:12:04 +01:00
parent abb354860d
commit 13fc3de617

View File

@ -43,6 +43,7 @@ public:
virtual void get_recognized_extensions(List<String> *p_extensions) const;
virtual String get_save_extension() const;
virtual String get_resource_type() const;
virtual bool use_on_initial_import() const { return false; }
virtual int get_preset_count() const;
virtual String get_preset_name(int p_idx) const;