mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Minor optimization for project/folder unload/load.
This commit is contained in:
@@ -1139,7 +1139,6 @@ std::vector<std::string> App::getUnlockedCommands() {
|
||||
}
|
||||
|
||||
void App::closeEditors() {
|
||||
removeFolderWatches();
|
||||
mConfig.saveProject( mCurrentProject, mEditorSplitter, mConfigPath );
|
||||
std::vector<UICodeEditor*> editors = mEditorSplitter->getAllEditors();
|
||||
for ( auto editor : editors ) {
|
||||
|
||||
Reference in New Issue
Block a user