Improve dependency editor warning

This commit is contained in:
kobewi
2025-09-07 16:53:45 +02:00
parent 3c7f9b9372
commit 19a4476036
2 changed files with 22 additions and 3 deletions

View File

@ -43,6 +43,7 @@ class DependencyEditor : public AcceptDialog {
Tree *tree = nullptr;
Button *fixdeps = nullptr;
Label *warning_label = nullptr;
EditorFileDialog *search = nullptr;
@ -59,6 +60,9 @@ class DependencyEditor : public AcceptDialog {
void _update_file();
protected:
void _notification(int p_what);
public:
void edit(const String &p_path);
DependencyEditor();