Skip to content

Commit

Permalink
⚡ 删除无用的Comic类实例化调用
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal-L committed Apr 30, 2024
1 parent 3d9dd02 commit 2fdcdcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/MangaUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ def _() -> None:
item.flags() != Qt.ItemFlag.NoItemFlags
and item.checkState() == Qt.CheckState.Checked
):
comic = Comic(self.present_comic_id, self.mainGUI)
self.mainGUI.downloadUI.addTask(self.mainGUI, self.epi_list[i])
item.setFlags(Qt.ItemFlag.NoItemFlags)
item.setBackground(QColor(0, 255, 0, 50))
Expand Down

0 comments on commit 2fdcdcc

Please sign in to comment.