mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Save skin editor changes on forced exit
This commit is contained in:
@ -108,7 +108,7 @@ namespace osu.Game.Skinning.Editor
|
||||
{
|
||||
Text = "Save Changes",
|
||||
Width = 140,
|
||||
Action = save,
|
||||
Action = Save,
|
||||
},
|
||||
new DangerousTriangleButton
|
||||
{
|
||||
@ -192,7 +192,7 @@ namespace osu.Game.Skinning.Editor
|
||||
}
|
||||
}
|
||||
|
||||
private void save()
|
||||
public void Save()
|
||||
{
|
||||
SkinnableElementTargetContainer[] targetContainers = targetScreen.ChildrenOfType<SkinnableElementTargetContainer>().ToArray();
|
||||
|
||||
|
Reference in New Issue
Block a user