export "Keep" import option when multiple files are selected
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
bfcc29635f
commit
ec9f9f72e2
2 changed files with 13 additions and 6 deletions
|
|
@ -66,6 +66,7 @@ class ImportDock : public VBoxContainer {
|
|||
void _importer_selected(int i_idx);
|
||||
void _update_options(const Ref<ConfigFile> &p_config = Ref<ConfigFile>());
|
||||
void _update_preset_menu();
|
||||
void _add_keep_import_option(const String &p_importer_name);
|
||||
|
||||
void _property_toggled(const StringName &p_prop, bool p_checked);
|
||||
void _reimport_attempt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue