Fix export path "leaking" between presets

This commit is contained in:
kobewi
2025-07-10 15:13:05 +02:00
parent d7cc121e64
commit 4753ca4219
2 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,8 @@ protected:
void _notification(int p_what);
public:
LineEdit *get_path_edit() const { return path; }
void setup(const Vector<String> &p_extensions, bool p_folder, bool p_global, bool p_enable_uid);
void set_save_mode();
virtual void update_property() override;