diff --git a/src/modules/powerrename/dll/dllmain.cpp b/src/modules/powerrename/dll/dllmain.cpp index 0e5e86aaa5..10e7cacfd6 100644 --- a/src/modules/powerrename/dll/dllmain.cpp +++ b/src/modules/powerrename/dll/dllmain.cpp @@ -257,10 +257,8 @@ public: CSettings::SetMaxMRUSize(values.get_int_value(L"int_max_mru_size")); CSettings::SetShowIconOnMenu(values.get_bool_value(L"bool_show_icon_on_menu")); CSettings::SetExtendedContextMenuOnly(values.get_bool_value(L"bool_show_extended_menu")); - - values.save_to_settings_file(); } - catch (std::exception & ex) { + catch (std::exception) { // Improper JSON. } }