mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
More AI Assistant WIP.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user