mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 08:35:30 +00:00
AddNewSkin - Fix skin name not showing in custom skin editor
This commit is contained in:
@@ -224,6 +224,9 @@ namespace PckStudio.Popups
|
||||
if (MessageBox.Show("Create your own custom skin model?", "", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1) != DialogResult.Yes)
|
||||
return;
|
||||
|
||||
newSkin.MetaData.Name = textSkinName.Text;
|
||||
newSkin.MetaData.Theme = textThemeName.Text;
|
||||
|
||||
using CustomSkinEditor customSkinEditor = new CustomSkinEditor(newSkin);
|
||||
|
||||
if (customSkinEditor.ShowDialog() == DialogResult.OK)
|
||||
|
||||
Reference in New Issue
Block a user