mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
remove unnecessary update
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user