Skip to content

Commit

Permalink
Update encryptstego.py
Browse files Browse the repository at this point in the history
  • Loading branch information
athrvadeshmukh authored Nov 12, 2023
1 parent 16152b6 commit 8919e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryptstego.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def help_menu():
windll.shcore.SetProcessDpiAwareness(1)

# Load the logo image
logo = Image.open("icon.jpg")
logo = Image.open("icon.png")
logo = logo.resize((250, 250), Image.LANCZOS)
logo = ImageTk.PhotoImage(logo)
window.iconphoto(True, logo)
Expand Down

0 comments on commit 8919e04

Please sign in to comment.