mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-23 07:57:46 +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
|
|
@ -334,7 +334,7 @@ public class ActorPanel
|
|||
return;
|
||||
|
||||
if (_newDesign != null && _newName.Length > 0)
|
||||
_designManager.CreateClone(_newDesign, _newName);
|
||||
_designManager.CreateClone(_newDesign, _newName, true);
|
||||
_newDesign = null;
|
||||
_newName = string.Empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue