| 994 | } |
| 995 | |
| 996 | bool AppConfig::isNewVersion() const { |
| 997 | return windowState.lastRunVersion != ecode::Version::getVersionNum(); |
| 998 | } |
| 999 | |
| 1000 | void AppConfig::loadFileAssociations( const std::string& projectFolder ) { |
| 1001 | std::string faPath( projectFolder + ".ecode/settings.json" ); |