mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Remove call to save_to_settings_file
This commit is contained in:
@@ -257,10 +257,8 @@ public:
|
|||||||
CSettings::SetMaxMRUSize(values.get_int_value(L"int_max_mru_size"));
|
CSettings::SetMaxMRUSize(values.get_int_value(L"int_max_mru_size"));
|
||||||
CSettings::SetShowIconOnMenu(values.get_bool_value(L"bool_show_icon_on_menu"));
|
CSettings::SetShowIconOnMenu(values.get_bool_value(L"bool_show_icon_on_menu"));
|
||||||
CSettings::SetExtendedContextMenuOnly(values.get_bool_value(L"bool_show_extended_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.
|
// Improper JSON.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user