Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-09-29 05:57:02 +03:00
33 changed files with 1364 additions and 56 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class Main(App):
if not filenames:
continue
if "frame_rate" in filenames:
self.logger.debug(f"Folder contatins animation")
self.logger.debug(f"Folder contains animation")
icon_name = "A_" + os.path.split(dirpath)[1].replace("-", "_")
width = height = None
frame_count = 0