fix(generate): limit gallery preview to left double-click

This commit is contained in:
chengma
2026-07-20 10:12:12 +08:00
parent 391a50a982
commit c81a24d173
4 changed files with 75 additions and 10 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ class GenerateTaskTableModel(QAbstractTableModel):
def _cover_reset_tooltip(self, task):
count = self._cover_reset_count(task)
return f"该商品封面已重置 {count} 次,可能有多张候选图,双击可查看封面画廊"
return f"该商品封面已重置 {count} 次,可能有多张候选图,左键双击可查看封面画廊"
def _has_new_title(self, task):
return bool(str(getattr(task, "new_title", "") or "").strip())