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

@@ -3,6 +3,8 @@
class CSettings
{
public:
static const int MAX_INPUT_STRING_LEN = 1024;
static bool GetEnabled();
static bool SetEnabled(_In_ bool enabled);