Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-06-03 13:26:21 +02:00
committed by GitHub
parent 035640d19f
commit b8154e93f1

View File

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