Add telemetry event for PowerRename settings (#1279)

* moved MAX_INPUT_STRING_LEN constant
* added settings changed event log
This commit is contained in:
Seraphima
2020-02-13 12:44:03 +03:00
committed by GitHub
parent 49fa1b6762
commit 59d218d623
5 changed files with 27 additions and 5 deletions

View File

@@ -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)
{