mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Settings telemetry for PT Run (#10328)
This commit is contained in:
7
src/runner/settings_telemetry.h
Normal file
7
src/runner/settings_telemetry.h
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user