Sorry if I was not clear.
UIbuilder only saves changed files, and it does so by comparing the UI it has in memory to the files in your customUI directory. If your customUI directory does not contain all files used by the UI, it will create those additional files, since the comparison between the file in memory and the non-existing file shows a difference.
That's why I said that it should have an option to only save files that were already present in the customUI directory.
|