Should fix windows build and a couple of minor fixes.

This commit is contained in:
Martín Lucas Golini
2023-06-26 00:54:41 -03:00
parent f58866dd66
commit b1fe8a0543
3 changed files with 5 additions and 1 deletions

View File

@@ -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() ) {