mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Show a notification after a successful update
Allows access to the github changelog
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user