1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:09:54 +08:00

Merge pull request #27449 from Susko3/fix-file-associations-name

Fix file association descriptions not being written when updating from an older version
This commit is contained in:
Dan Balasescu
2024-03-02 01:03:28 +09:00
committed by GitHub
Unverified
@@ -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)