Skip to content

Commit

Permalink
modified: ufade_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prosch88 committed Sep 5, 2024
1 parent b8da1b9 commit 37ba0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufade_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self):
self.stop_event = threading.Event()

# Define Window
self.title("Universal Forensic Apple Device Extractor 0.9.1")
self.title("Universal Forensic Apple Device Extractor 0.9.2")
self.geometry("1100x600")
self.resizable(False, False)
self.iconpath = ImageTk.PhotoImage(file=os.path.join(os.path.dirname(__file__), "assets" , "ufade.png" ))
Expand Down

0 comments on commit 37ba0f9

Please sign in to comment.