Add test coverage of default skin edit and export

This commit is contained in:
Dean Herbert
2021-12-02 14:01:18 +09:00
parent 0a14acfd83
commit e855a49833
2 changed files with 41 additions and 1 deletions

View File

@ -157,7 +157,7 @@ namespace osu.Game.Overlays.Settings.Sections
}
}
private class ExportSkinButton : SettingsButton
public class ExportSkinButton : SettingsButton
{
[Resolved]
private SkinManager skins { get; set; }