mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
FIX: PrinterFileSystem less thumbnail batch count to 2
Change-Id: If741fa8a394ab510f0bf15fa90cd43c8f14a7c80 Jira: none (cherry picked from commit bc8f79e2fec6ae568b9f403f21d694659b5dea79)
This commit is contained in:
@@ -783,7 +783,7 @@ void PrinterFileSystem::UpdateFocusThumbnail()
|
||||
names.push_back({file.name, ""});
|
||||
else
|
||||
paths.push_back({file.name, file.path});
|
||||
if (names.size() >= 5 || paths.size() >= 5)
|
||||
if (names.size() >= 2 || paths.size() >= 2)
|
||||
break;
|
||||
if ((file.flags & FF_THUMNAIL_RETRY) != 0) {
|
||||
const_cast<File&>(file).flags &= ~FF_THUMNAIL_RETRY;
|
||||
|
||||
Reference in New Issue
Block a user