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:
parent
a22a36bfe0
commit
637b07efe6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user