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 27, 2024
1 parent 6e2c1fe commit eade301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ufade_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self):
self.stop_event = threading.Event()

# Define Window
self.title("Universal Forensic Apple Device Extractor 0.9.3")
self.title("Universal Forensic Apple Device Extractor 0.9.4")
self.geometry("1100x600")
self.resizable(False, False)
if platform.uname().system == "Darwin":
Expand Down Expand Up @@ -3276,7 +3276,7 @@ def save_info():
if app in str(springboard):
state = "visible"
else:
state = "hidden"
state = "absent"
file.write("\n" + '{:{l}}'.format(app_name, l=20) + "\t" + '{:{l}}'.format(app, l=al) + "\t [" + sharing + "]")
if springboard != None:
file.write("\t\t" + state)
Expand Down

0 comments on commit eade301

Please sign in to comment.