mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Adjust nodes from the folder loader to use text from loaded file nodes.
This commit is contained in:
parent
bf02233106
commit
42c3275efc
1 changed files with 1 additions and 2 deletions
|
@ -89,10 +89,9 @@ namespace Toolbox.Library
|
|||
parentNode.Nodes.RemoveAt(index);
|
||||
parentNode.Nodes.Insert(index, newNode);
|
||||
|
||||
|
||||
newNode.ImageKey = replaceNode.ImageKey;
|
||||
newNode.SelectedImageKey = replaceNode.SelectedImageKey;
|
||||
newNode.Text = replaceNode.Text;
|
||||
replaceNode.Text = newNode.Text;
|
||||
|
||||
if (newNode is ISingleTextureIconLoader)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue