mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update notfication now points to new changelog page
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user