mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add silent import parameter
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
|
||||
private void itemRemoved(SkinInfo s) => Schedule(() => skinDropdown.Items = skinDropdown.Items.Where(i => i.ID != s.ID).ToArray());
|
||||
|
||||
private void itemAdded(SkinInfo s, bool existing)
|
||||
private void itemAdded(SkinInfo s, bool existing, bool silent)
|
||||
{
|
||||
if (existing)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user