From 84379fabddc979504f2e83fe1b85290ba94da69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Gonz=C3=A1lez?= Date: Wed, 12 Feb 2025 11:42:23 +0100 Subject: [PATCH] fix: revert shell forcing --- native-src/placeholders_interface/Planceholders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-src/placeholders_interface/Planceholders.cpp b/native-src/placeholders_interface/Planceholders.cpp index 360df8ee..4aeed928 100644 --- a/native-src/placeholders_interface/Planceholders.cpp +++ b/native-src/placeholders_interface/Planceholders.cpp @@ -606,7 +606,7 @@ HRESULT Placeholders::UpdatePinState(const std::wstring &path, const PinState st const auto cfState = pinStateToCfPinState(state); HRESULT result = CfSetPinState(handleForPath(path).get(), cfState, CF_SET_PIN_FLAG_NONE, nullptr); - ForceShellRefresh(path); + // ForceShellRefresh(path); if (result != S_OK) {