From b8154e93f1b0e52ab16415c7f743cfb31c18303b Mon Sep 17 00:00:00 2001 From: Maniu Date: Tue, 3 Jun 2025 13:26:21 +0200 Subject: [PATCH] Update python-fu-removebg.py --- python-fu-removebg/python-fu-removebg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fu-removebg/python-fu-removebg.py b/python-fu-removebg/python-fu-removebg.py index 9e1bfb0..3875296 100644 --- a/python-fu-removebg/python-fu-removebg.py +++ b/python-fu-removebg/python-fu-removebg.py @@ -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()