summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-11 22:00:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-11 22:00:30 +0300
commit742b2a22bdcb69e6f615a284065ba2696e7bc261 (patch)
tree93afc9383c5b444a6cb6ba72cf389d098d02078f /src/client.cpp
parent0a9a03db742454d7410e80fa0e1a4b0c18a37da0 (diff)
downloadplus-742b2a22bdcb69e6f615a284065ba2696e7bc261.tar.gz
plus-742b2a22bdcb69e6f615a284065ba2696e7bc261.tar.bz2
plus-742b2a22bdcb69e6f615a284065ba2696e7bc261.tar.xz
plus-742b2a22bdcb69e6f615a284065ba2696e7bc261.zip
Allow set skip error flag for configuration loading.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 19f3a0937..3ed950101 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1820,7 +1820,8 @@ void Client::action(const ActionEvent &event)
void Client::initFeatures()
{
features.init(paths.getStringValue("featuresFile"),
- UseResman_true);
+ UseResman_true,
+ SkipError_true);
features.setDefaultValues(getFeaturesDefaults());
settings.fixDeadAnimation = features.getBoolValue("fixDeadAnimation");
}