diff options
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r-- | core/subsurface-qt/SettingsObjectWrapper.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/subsurface-qt/SettingsObjectWrapper.cpp b/core/subsurface-qt/SettingsObjectWrapper.cpp index 31920fded..9020143d2 100644 --- a/core/subsurface-qt/SettingsObjectWrapper.cpp +++ b/core/subsurface-qt/SettingsObjectWrapper.cpp @@ -2020,9 +2020,7 @@ void SettingsObjectWrapper::load() qPrefDisplay::instance()->load(); - s.beginGroup("Animations"); - GET_INT("animation_speed", animation_speed); - s.endGroup(); + qPrefAnimations::instance()->load(); s.beginGroup("Network"); GET_INT_DEF("proxy_type", proxy_type, QNetworkProxy::DefaultProxy); |