mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
Update ui.py
This commit is contained in:
parent
312208a411
commit
ffb6a8f233
@ -140,8 +140,9 @@ def create_preview(parent: ctk.CTkToplevel) -> ctk.CTkToplevel:
|
||||
|
||||
|
||||
def update_status(text: str) -> None:
|
||||
status_label.configure(text=text)
|
||||
ROOT.update()
|
||||
if status_label is not None:
|
||||
status_label.configure(text=text)
|
||||
ROOT.update()
|
||||
|
||||
|
||||
def select_source_path(source_path: Optional[str] = None) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user