diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 39eb9a7689dd8677d56472573b66a8125dadb8f7..7e5e2e3607090d2d1de48738fc37a77cf2809219 100644 --- a/daemon/src/managerimpl.cpp +++ b/daemon/src/managerimpl.cpp @@ -188,7 +188,7 @@ void ManagerImpl::init(const std::string &config_file) } } - //history_.load(preferences.getHistoryLimit()); + history_.load(preferences.getHistoryLimit()); registerAccounts(); INFO("init ended"); }