Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-09-28 13:39:22 -04:00
32 changed files with 1362 additions and 55 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