Restore splitting paths for folders on design creation.

This commit is contained in:
Ottermandias 2023-09-26 18:51:08 +02:00
parent 954294b669
commit d0b7c1f607
6 changed files with 55 additions and 17 deletions

View file

@ -16,7 +16,7 @@ public sealed class DesignChanged : EventWrapper<Action<DesignChanged.Type, Desi
{
public enum Type
{
/// <summary> A new design was created. Data is null. </summary>
/// <summary> A new design was created. Data is a potential path to move it to [string?]. </summary>
Created,
/// <summary> An existing design was deleted. Data is null. </summary>