1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

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

View File

@ -82,6 +82,10 @@ namespace osu.Desktop.Windows
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)