mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Should fix windows build and a couple of minor fixes.
This commit is contained in:
@@ -2803,6 +2803,8 @@ void App::initProjectTreeView( std::string path ) {
|
||||
} else if ( FileSystem::fileCanWrite( folderPath ) ) {
|
||||
loadFileFromPath( path, false, nullptr, forcePosition );
|
||||
}
|
||||
|
||||
mSettings->updateProjectSettingsMenu();
|
||||
}
|
||||
}
|
||||
} else if ( mConfig.workspace.restoreLastSession && !mRecentFolders.empty() ) {
|
||||
|
||||
Reference in New Issue
Block a user