From 4f4257ae5ea11c1f3176e35cb713c11b9c86ea5b Mon Sep 17 00:00:00 2001 From: korrykatti Date: Wed, 3 Apr 2024 17:39:14 +0530 Subject: [PATCH] hmm --- index.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.py b/index.py index 8d3ed38..0ca6029 100644 --- a/index.py +++ b/index.py @@ -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():