fix(generate): limit gallery preview to left double-click
This commit is contained in:
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user