diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index afe33442..99fe57e6 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -1695,7 +1695,7 @@ namespace PckStudio namePrompt.OKButtonText = "Ok"; if (namePrompt.ShowDialog(this) == DialogResult.OK) { - currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, true); + currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, false); MarkTemplateFile(); LoadEditorTab(); } diff --git a/README.md b/README.md index a4ea5003..256c49e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# PCK Studio -Modify .PCK archives as you please.
+# PCK Studio ![GitHub All Releases](https://img.shields.io/github/downloads/PhoenixARC/-PCK-Studio/total?label=Total%20Downloads&logo=github) ![GitHub Stars](https://img.shields.io/github/stars/PhoenixARC/-PCK-Studio?label=Stars&logo=github) ![GitHub Forks](https://img.shields.io/github/forks/PhoenixARC/-PCK-Studio?label=Forks&logo=github) ![GitHub Issues](https://img.shields.io/github/issues/PhoenixARC/-PCK-Studio?label=Open%20Issues&logo=github) ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/PhoenixARC/-PCK-Studio?label=Pull%20Requests&logo=github) +Modify .PCK archives as you please.
> **If you have any issues or would like to suggested a feature, we encourage you to [open a new issue on Github](https://github.com/PhoenixARC/-PCK-Studio/issues).** @@ -59,4 +59,4 @@ $ cd PCK-Studio ## Contributors > [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept
-> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)
\ No newline at end of file +> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)