From 596552037c019fed6dbd95ceb7746b5c6d754b64 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 19 Feb 2021 19:10:01 +0100 Subject: [PATCH] mention where a rom is patched to --- Adjuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adjuster.py b/Adjuster.py index 4f3465fb..781b513f 100755 --- a/Adjuster.py +++ b/Adjuster.py @@ -159,7 +159,7 @@ def adjustGUI(): logging.exception(e) messagebox.showerror(title="Error while adjusting Rom", message=str(e)) else: - messagebox.showinfo(title="Success", message="Rom patched successfully") + messagebox.showinfo(title="Success", message=f"Rom patched successfully to {path}") from Utils import persistent_store from Rom import Sprite if isinstance(guiargs.sprite, Sprite):