mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12: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]
|
[Resolved]
|
||||||
private RealmAccess realm { get; set; }
|
private RealmAccess realm { get; set; }
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private SettingsOverlay settings { get; set; }
|
|
||||||
|
|
||||||
private IDisposable realmSubscription;
|
private IDisposable realmSubscription;
|
||||||
|
|
||||||
[BackgroundDependencyLoader(permitNulls: true)]
|
[BackgroundDependencyLoader(permitNulls: true)]
|
||||||
@ -101,6 +98,8 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
|
|
||||||
private void presentSkinsImport(IEnumerable<Live<SkinInfo>> importedSkins)
|
private void presentSkinsImport(IEnumerable<Live<SkinInfo>> importedSkins)
|
||||||
{
|
{
|
||||||
|
SettingsOverlay settings = this.FindClosestParent<SettingsOverlay>();
|
||||||
|
|
||||||
switch (importedSkins.Count())
|
switch (importedSkins.Count())
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user