mention where a rom is patched to

This commit is contained in:
Fabian Dill 2021-02-19 19:10:01 +01:00
parent 12222d5a4c
commit 596552037c
1 changed files with 1 additions and 1 deletions

View File

@ -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):