mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-02 20:14:45 +00:00
Added context text for creating folders
This commit is contained in:
@@ -1665,6 +1665,7 @@ namespace PckStudio
|
||||
private void folderToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
RenamePrompt folderNamePrompt = new RenamePrompt("");
|
||||
if(treeViewMain.SelectedNode is not null) folderNamePrompt.contextLabel.Text = $"New folder at the location of \"{treeViewMain.SelectedNode.FullPath}\"";
|
||||
folderNamePrompt.OKButton.Text = "Add";
|
||||
if (folderNamePrompt.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user