More AI Assistant WIP.

This commit is contained in:
Martín Lucas Golini
2025-03-12 01:27:20 -03:00
parent 4ef3dfa312
commit 2bccd1f836
15 changed files with 158 additions and 40 deletions

View File

@@ -1959,6 +1959,8 @@ void App::closeEditors() {
widget->asType<UIBuildSettings>()->getTab()->removeTab( true, true );
} );
mSplitter->forEachTab( []( UITab* tab ) { tab->removeTab( true, true ); } );
mCurrentProject = "";
mCurrentProjectName = "";
mDirTree = nullptr;