Settings telemetry for PT Run (#10328)

This commit is contained in:
Mykhailo Pylyp
2021-03-19 19:03:12 +02:00
committed by GitHub
parent 057e92afb8
commit 612e9f8b99
13 changed files with 205 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
namespace settings_telemetry
{
static std::wstring send_info_file = L"settings-telemetry.json";
static std::wstring last_send_option = L"last_send_time";
void init();
}