mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Add telemetry event for PowerRename settings (#1279)
* moved MAX_INPUT_STRING_LEN constant * added settings changed event log
This commit is contained in:
@@ -257,6 +257,8 @@ public:
|
||||
CSettings::SetMaxMRUSize(values.get_int_value(L"int_max_mru_size").value());
|
||||
CSettings::SetShowIconOnMenu(values.get_bool_value(L"bool_show_icon_on_menu").value());
|
||||
CSettings::SetExtendedContextMenuOnly(values.get_bool_value(L"bool_show_extended_menu").value());
|
||||
|
||||
Trace::SettingsChanged();
|
||||
}
|
||||
catch (std::exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user