Add install thumbnailer button

This commit is contained in:
2025-03-17 10:57:03 +01:00
parent f669baa8a6
commit 21675d9479
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ STDAPI DllRegisterServer()
}
if (SUCCEEDED(hr))
{
// This tells the shell to invalidate the thumbnail cache. This is important because any .recipe files
// This tells the shell to invalidate the thumbnail cache. This is important because any .xisf files
// viewed before registering this handler would otherwise show cached blank thumbnails.
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, NULL, NULL);
}