Fix association descriptions never being written on update

This commit is contained in:
Susko3 2024-03-01 16:06:30 +01:00
parent b5ee8cc323
commit 3df32638c2
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ public static void UpdateAssociations()
try
{
updateAssociations();
// TODO: Remove once UpdateDescriptions() is called as specified in the xmldoc.
updateDescriptions(null); // always write default descriptions, in case of updating from an older version in which file associations were not implemented/installed
NotifyShellUpdate();
}
catch (Exception e)