mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
remove unnecessary update
This commit is contained in:
parent
760d2aff4b
commit
f03e064c43
@ -82,8 +82,6 @@ namespace osu.Game.Overlays
|
||||
currentQuery.BindTo(Filter.Search.Current);
|
||||
|
||||
Filter.Tabs.Current.ValueChanged += sortCriteria => Scheduler.AddOnce(updateSearch);
|
||||
|
||||
Scheduler.AddOnce(updateSearch); // so it displays something once it's first opened
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user