mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Update notfication now points to new changelog page
This commit is contained in:
parent
1d5a773399
commit
fdf2120852
@ -118,7 +118,7 @@ namespace osu.Desktop.Overlays
|
||||
Icon = FontAwesome.fa_check_square;
|
||||
Activated = delegate
|
||||
{
|
||||
Process.Start($"https://github.com/ppy/osu/releases/tag/v{version}");
|
||||
Process.Start($"https://osu.ppy.sh/home/changelog/{version}");
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user