mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Fix CI inspection
This commit is contained in:
parent
6e7e243e70
commit
9e3b1dbb59
@ -46,6 +46,6 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
|
|||||||
}
|
}
|
||||||
|
|
||||||
private bool shouldUseParentDirectory(DirectoryInfo? info)
|
private bool shouldUseParentDirectory(DirectoryInfo? info)
|
||||||
=> info?.Parent != null && (info?.Name == "Songs" || info?.Name == "Skins");
|
=> info?.Parent != null && (info.Name == "Songs" || info.Name == "Skins");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user