+ add progress bar

This commit is contained in:
oleting
2021-01-05 00:27:54 +01:00
parent 6dc2723e45
commit 46966dca7a
3 changed files with 10 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ class Gui:
sg.popup_auto_close(
'You didn\'t set a name for the image, it will be named randomly.')
output_name = secrets.token_hex(16)
nassi(input_path=file_path, output_path=output_path, outputname=output_name, gui=self,
font_filepath=font_filepath, behaviour=exists_choice, types=types, remove_tags=modifier, comments=comments)