Surely sir.
To remove custom icons:
- Close the NA application
- Run SQL query:
delete FROM [dbo].[MapStudioFiles] where FileType = 128
- Remove the local files from the folder
On next NA run, NA will rebuild icon index based on the files still on disk.
Surely sir.
To remove custom icons:
delete FROM [dbo].[MapStudioFiles] where FileType = 128
On next NA run, NA will rebuild icon index based on the files still on disk.