diff --git a/src/modules/powerrename/dll/dllmain.cpp b/src/modules/powerrename/dll/dllmain.cpp index ed18d89718..0e5e86aaa5 100644 --- a/src/modules/powerrename/dll/dllmain.cpp +++ b/src/modules/powerrename/dll/dllmain.cpp @@ -256,7 +256,7 @@ public: CSettings::SetMRUEnabled(values.get_bool_value(L"bool_mru_enabled")); 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_int_value(L"bool_show_extended_menu")); + CSettings::SetExtendedContextMenuOnly(values.get_bool_value(L"bool_show_extended_menu")); values.save_to_settings_file(); }