Fix Linux compilation bugs

This commit is contained in:
Chris Hennes
2021-08-23 14:43:30 -05:00
parent 98b34779e5
commit 85b32bb3c8
2 changed files with 2 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ bool PreferencePackManager::apply(const std::string& preferencePackName) const
// TODO: Are there other things that have to be manually triggered?
}
return wasApplied;
}
else {
throw std::runtime_error("No such Preference Pack: " + preferencePackName);