mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Restore splitting paths for folders on design creation.
This commit is contained in:
parent
954294b669
commit
d0b7c1f607
6 changed files with 55 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue