mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +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::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.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user