Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti committed Apr 3, 2024
1 parent 274ebba commit 4f4257a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,17 @@ def uninstall_app():
except Exception as e:
print(f"Error handling app click: {e}")



import webbrowser

# CallBack function for commenu
def commenu_callback(choice):
if choice == "Community":
pass
webbrowser.open("http://korrykatti.github.io/others/thunder/community.html")
elif choice == "Image Board":
pass # Placeholder for Image Board option logic
webbrowser.open("http://korrykatti.github.io/others/thunder/image.html")
elif choice == "Thunder Halls":
pass # Placeholder for Thunder Halls option logic
webbrowser.open("http://korrykatti.github.io/others/thunder/halls.html")

# CallBack function for devmenu
def devmenu_callback():
Expand Down

0 comments on commit 4f4257a

Please sign in to comment.