mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Update settings logic for file explorer preview (#1651)
* Update logic of settings for File Explorer preview * Updated logic and added Unit tests * Fix compiler warning for powerpreview project * Update enable logic * Update Disable logic * Updated telemetry events
This commit is contained in:
@@ -7,7 +7,8 @@ public:
|
||||
static void UnregisterProvider();
|
||||
static void SetConfigInvalidJSON(const char* exceptionMessage);
|
||||
static void InitSetErrorLoadingFile(const char* exceptionMessage);
|
||||
static void PreviewHandlerEnabled(bool enabled, LPCWSTR previewHandlerName);
|
||||
static void PowerPreviewSettingsUpDateFailed(LPCWSTR SettingsName);
|
||||
static void EnabledPowerPreview(bool enabled);
|
||||
static void PowerPreviewSettingsUpdated(LPCWSTR SettingsName, bool oldState, bool newState, bool globalState);
|
||||
static void PowerPreviewSettingsUpdateFailed(LPCWSTR SettingsName, bool oldState, bool newState, bool globalState);
|
||||
static void Destroyed();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user