From 93120562a54d012ebf0fa82882774e9fe5017632 Mon Sep 17 00:00:00 2001 From: SimplestStudio Date: Thu, 9 Oct 2025 14:57:08 +0300 Subject: [PATCH] [win] fix bug 68628 --- win-linux/extras/projicons/src/jumplist.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/win-linux/extras/projicons/src/jumplist.cpp b/win-linux/extras/projicons/src/jumplist.cpp index c8bedfb4a..fc4129874 100644 --- a/win-linux/extras/projicons/src/jumplist.cpp +++ b/win-linux/extras/projicons/src/jumplist.cpp @@ -101,7 +101,6 @@ HRESULT _CreateShellLink(PCWSTR pszArguments, PCWSTR pszTitle, IShellLink **ppsl HRESULT _AddTasksToList(ICustomDestinationList *pcdl, const QStringList &list) { - pcdl->AppendKnownCategory(KDC_RECENT); IObjectCollection *poc; HRESULT hr = CoCreateInstance(CLSID_EnumerableObjectCollection, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARGS(&poc)); if (SUCCEEDED(hr))