Improve status output
This commit is contained in:
@@ -140,9 +140,8 @@ def preview_video(video_path):
|
|||||||
|
|
||||||
def status(string):
|
def status(string):
|
||||||
value = "Status: " + string
|
value = "Status: " + string
|
||||||
if roop.globals.headless:
|
print(value)
|
||||||
print(value)
|
if not roop.globals.headless:
|
||||||
else:
|
|
||||||
ui.update_status_label(value)
|
ui.update_status_label(value)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user