diff --git a/src/Profile/Profile.cpp b/src/Profile/Profile.cpp index 7fc99f7..c432188 100644 --- a/src/Profile/Profile.cpp +++ b/src/Profile/Profile.cpp @@ -35,6 +35,7 @@ Profile::Profile(Containers::StringView path): { if(!_profile.valid()) { _lastError = _profile.lastError(); + _valid = false; return; }