Skip to content

Commit

Permalink
Commit: main python file 📄| Merge pull request #5 from AshhadDevLab/d…
Browse files Browse the repository at this point in the history
…ev-2

Changes the startup GitHub buttons link from Ashhad776 to AshhadDevLab
  • Loading branch information
AshhadDevLab authored Dec 28, 2023
2 parents 780bc11 + fa81072 commit 9ddf371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enigma_guard.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def settings_win():
try_enigma_guard.place(x=202,y=584)

def ashhad_github_callback():
webbrowser.open('https://github.com/Ashhad776')
webbrowser.open('https://github.com/AshhadDevLab')
frame = customtkinter.CTkLabel(frame_main_win, width=1280, height=720, image=bg_img,text="")
frame.pack()

Expand Down
2 changes: 1 addition & 1 deletion enigma_guard_720p.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def settings_win():
try_enigma_guard.place(x=161,y=481)

def ashhad_github_callback():
webbrowser.open('https://github.com/Ashhad776')
webbrowser.open('https://github.com/AshhadDevLab')
frame = customtkinter.CTkLabel(frame_main_win, width=1280, height=720, image=bg_img,text="")
frame.pack()

Expand Down

0 comments on commit 9ddf371

Please sign in to comment.