Saving an unsaved PCK now updates the file label

This commit is contained in:
MattNL
2023-04-30 22:12:19 -04:00
parent 56fb1c5562
commit 216889416a

View File

@@ -617,6 +617,7 @@ namespace PckStudio
{
Save(saveFileDialog.FileName);
saveLocation = saveFileDialog.FileName;
pckFileLabel.Text = "Current PCK File: " + Path.GetFileName(saveLocation);
isTemplateFile = false;
}
}