mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 23:15:45 +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:
commit
45bfdb49b7
@ -82,6 +82,10 @@ namespace osu.Desktop.Windows
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
updateAssociations();
|
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();
|
NotifyShellUpdate();
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
Reference in New Issue
Block a user