mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-22 22:45:40 +00:00
Changing BOX Version now redraws icons
This commit is contained in:
@@ -610,6 +610,8 @@ namespace PckStudio
|
||||
if (TryGetCurrentEditor(out IEditor<PackInfo> editor) && editor.EditorValue.File.xmlVersion != version)
|
||||
{
|
||||
editor.EditorValue.File.xmlVersion = version;
|
||||
if(Settings.Default.UseCustomSkinIcons || Settings.Default.UseCustomCapeIcons)
|
||||
editor.UpdateView(); // reset all custom node icons
|
||||
Console.WriteLine($"New XMLVersion: {editor.TitleName} {editor.EditorValue.File.xmlVersion}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user