mirror of https://github.com/ppy/osu
Fix association descriptions never being written on update
This commit is contained in:
parent
b5ee8cc323
commit
3df32638c2
|
@ -82,6 +82,10 @@ public static void UpdateAssociations()
|
||||||
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