1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Remove Resolved attribute

This commit is contained in:
PC 2023-02-13 22:36:51 +03:00
parent a22a36bfe0
commit 637b07efe6

View File

@ -50,9 +50,6 @@ namespace osu.Game.Overlays.Settings.Sections
[Resolved]
private RealmAccess realm { get; set; }
[Resolved]
private SettingsOverlay settings { get; set; }
private IDisposable realmSubscription;
[BackgroundDependencyLoader(permitNulls: true)]
@ -101,6 +98,8 @@ namespace osu.Game.Overlays.Settings.Sections
private void presentSkinsImport(IEnumerable<Live<SkinInfo>> importedSkins)
{
SettingsOverlay settings = this.FindClosestParent<SettingsOverlay>();
switch (importedSkins.Count())
{
case 1: