Convert SkinEditorOverlay to an OverlayContainer to allow it to block input

This commit is contained in:
Dean Herbert
2022-03-21 16:52:06 +09:00
parent 3643f879e4
commit 2f18c512cd
3 changed files with 15 additions and 21 deletions

View File

@ -64,7 +64,7 @@ namespace osu.Game.Overlays.Settings.Sections
new SettingsButton
{
Text = SkinSettingsStrings.SkinLayoutEditor,
Action = () => skinEditor?.Toggle(),
Action = () => skinEditor?.ToggleVisibility(),
},
new ExportSkinButton(),
};