add job info to modules

This commit is contained in:
Vladimir Mandic
2023-01-03 10:34:51 -05:00
committed by GitHub
parent 1d9dc48efd
commit 192ddc04d6
4 changed files with 16 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ def preprocess_work(process_src, process_dst, process_width, process_height, pre
files = listfiles(src)
shared.state.job = "preprocess"
shared.state.textinfo = "Preprocessing..."
shared.state.job_count = len(files)