requirements.txt 파일 재서정
기존에 있던 파일 이름 이상한 애는 지웠다.
This commit is contained in:
2
UI.py
2
UI.py
@@ -112,7 +112,7 @@ class MyApp(QMainWindow):
|
||||
filename = util.GetParentDirName(pathFile, 0)
|
||||
fileExt = util.GetExtStr(filename)
|
||||
|
||||
if not fileExt.lower() in [".zip", ".cbz"]:
|
||||
if not fileExt.lower() in [".zip", ".cbz", ".webp", ".jpg", ".png", ".gif", ".jpeg"]:
|
||||
continue
|
||||
|
||||
item = QListWidgetItem(filename)
|
||||
|
||||
Reference in New Issue
Block a user