logic: Don't set project state outdated if only source group name changed (issue #700)
This commit is contained in:
@@ -44,6 +44,15 @@ bool Settings::load(const FilePath& filePath, bool readOnly)
|
||||
}
|
||||
}
|
||||
|
||||
bool Settings::loadFromString(const std::string& text, bool readOnly)
|
||||
{
|
||||
m_readOnly = readOnly;
|
||||
|
||||
m_config = ConfigManager::createAndLoad(TextAccess::createFromString(text));
|
||||
m_filePath = FilePath();
|
||||
return true;
|
||||
}
|
||||
|
||||
void Settings::save()
|
||||
{
|
||||
if (m_readOnly)
|
||||
|
||||
Reference in New Issue
Block a user