Update python-fu-removebg.py

This commit is contained in:
Marek Pistorius
2025-06-03 13:26:21 +02:00
committed by GitHub
parent 4f580d00f5
commit 432886b5e6

View File

@@ -65,7 +65,7 @@ def show_alert(text: str, message: str, parent=None) -> None:
text=text,
)
dialog.format_secondary_text(message)
dialog.set_title(f"{PROC_NAME} v{VERSION}")
dialog.set_title(f"REMBG")
dialog.run()
dialog.destroy()