diff --git a/Library/Interfaces/LibraryExtensionMethods.cs b/Library/Interfaces/LibraryExtensionMethods.cs index d4951713c..f02843777 100644 --- a/Library/Interfaces/LibraryExtensionMethods.cs +++ b/Library/Interfaces/LibraryExtensionMethods.cs @@ -49,6 +49,7 @@ namespace MatterHackers.MatterControl.Library { return item is ILibraryContentItem || item is SDCardFileItem + || item is PrintHistoryItem || (item is ILibraryContentStream contentStream && ApplicationController.Instance.Library.IsContentFileType(contentStream.FileName)); }