mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge branch 'master' into osu-fontusage
This commit is contained in:
@ -125,7 +125,7 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
},
|
||||
};
|
||||
|
||||
search.Current.ValueChanged += newValue => sectionsFlow.SearchTerm = newValue;
|
||||
search.Current.ValueChanged += term => sectionsFlow.SearchTerm = term.NewValue;
|
||||
}
|
||||
|
||||
public void UpdateAvailableChannels(IEnumerable<Channel> channels)
|
||||
|
Reference in New Issue
Block a user