mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
OsuConfig -> OsuSetting
This commit is contained in:
@ -195,7 +195,7 @@ namespace osu.Game.Overlays
|
||||
this.api = api;
|
||||
api.Register(this);
|
||||
|
||||
chatHeight = config.GetBindable<double>(OsuConfig.ChatDisplayHeight);
|
||||
chatHeight = config.GetBindable<double>(OsuSetting.ChatDisplayHeight);
|
||||
chatHeight.ValueChanged += h =>
|
||||
{
|
||||
Height = (float)h;
|
||||
|
Reference in New Issue
Block a user