1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +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
commit 45bfdb49b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)