mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-06 07:18:07 +00:00
Saving an unsaved PCK now updates the file label
This commit is contained in:
@@ -617,6 +617,7 @@ namespace PckStudio
|
||||
{
|
||||
Save(saveFileDialog.FileName);
|
||||
saveLocation = saveFileDialog.FileName;
|
||||
pckFileLabel.Text = "Current PCK File: " + Path.GetFileName(saveLocation);
|
||||
isTemplateFile = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user