Color picker logs path (#10375)

This commit is contained in:
Mykhailo Pylyp
2021-03-22 17:23:39 +02:00
committed by GitHub
parent 77d67f3599
commit acbabbe13d
3 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ namespace CommonSharedConstants
// Fake key code to represent VK_WIN.
inline const int VK_WIN_BOTH = 0x104;
const wchar_t APPDATA_PATH[] = L"Microsoft\\PowerToys";
// Path to the event used by PowerLauncher
const wchar_t POWER_LAUNCHER_SHARED_EVENT[] = L"Local\\PowerToysRunInvokeEvent-30f26ad7-d36d-4c0e-ab02-68bb5ff3c4ab";