Show a notification after a successful update

Allows access to the github changelog
This commit is contained in:
Dean Herbert
2017-08-22 19:41:39 +09:00
parent 0ea6c65be6
commit 9f69aa9082
2 changed files with 51 additions and 2 deletions

View File

@ -70,6 +70,8 @@ namespace osu.Game.Configuration
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
Set(OsuSetting.Version, string.Empty);
}
public OsuConfigManager(Storage storage) : base(storage)
@ -106,6 +108,7 @@ namespace osu.Game.Configuration
SnakingInSliders,
SnakingOutSliders,
ShowFpsDisplay,
ChatDisplayHeight
ChatDisplayHeight,
Version
}
}