mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-29 11:59:27 +01:00
Don't apply old glamourer designs to non-humans.
This commit is contained in:
parent
3522cf7d7c
commit
46317f1e7f
6 changed files with 19 additions and 17 deletions
|
|
@ -178,7 +178,7 @@ public sealed class DesignFileSystemSelector : FileSystemSelector<Design, Design
|
|||
|
||||
if (_clipboardText != null)
|
||||
{
|
||||
var design = _converter.FromBase64(_clipboardText, true, true);
|
||||
var design = _converter.FromBase64(_clipboardText, true, true, out _);
|
||||
if (design is Design d)
|
||||
_designManager.CreateClone(d, _newName);
|
||||
else if (design != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue