Move to new library model and view
- Add new listview control for library content - Migrate library providers to containers - Cloud, Sqlite, Directories, Queue, History - Migrate SideBar components to containers - Primatives, Text, Braille, ImageConverter - Create new library container types - Zip files, Calibration parts, Printer SDCards - Reduce leftnav to Library, Settings, Controls, Options - Add DragDrop support for image content
This commit is contained in:
parent
b0b249e0c3
commit
03a593f1b5
129 changed files with 7643 additions and 10331 deletions
|
|
@ -472,7 +472,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
{
|
||||
if (shouldRebuildThumbnails)
|
||||
{
|
||||
string directoryToRemove = PartThumbnailWidget.ThumbnailPath();
|
||||
string directoryToRemove = PartThumbnailWidget.ThumbnailsPath;
|
||||
try
|
||||
{
|
||||
if (Directory.Exists(directoryToRemove))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue