b3174d37 by 柴进

处理mac打包后粘贴图片缩略图不可见的问题,处理历史history不可见问题

1 parent 745e2aa4
......@@ -2192,6 +2192,7 @@ class ImageGeneratorWindow(QMainWindow):
container.setLayout(container_layout)
self.img_layout.insertWidget(self.img_layout.count() - 1, container)
container.show()
self.logger.info(f"缩略图UI组件创建完成: {file_path}")
except Exception as e:
......