mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove redundant second Current
set operation
This commit is contained in:
@ -76,8 +76,6 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
skinDropdown.Current = skins.CurrentSkinInfo;
|
||||
|
||||
realmSubscription = realm.RegisterForNotifications(_ => realm.Realm.All<SkinInfo>()
|
||||
.Where(s => !s.DeletePending)
|
||||
.OrderByDescending(s => s.Protected) // protected skins should be at the top.
|
||||
|
Reference in New Issue
Block a user