Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufuayk authored Aug 11, 2024
1 parent 4085068 commit 2958371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def quit_app(icon, item):
QApplication.quit()

def open_github(icon, item):
webbrowser.open("https://github.com/CoderYello/Lightweight-Crosshair")
webbrowser.open("https://github.com/ufuayk/Lightweight-Crosshair")

def change_crosshair(crosshair_widget, image_name):
image_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "Colors", image_name)
Expand Down Expand Up @@ -90,4 +90,4 @@ def create_menu_item(image_name):
tray_thread.setDaemon(True)
tray_thread.start()

sys.exit(app.exec_())
sys.exit(app.exec_())

0 comments on commit 2958371

Please sign in to comment.