This commit is contained in:
CodeMasterCody3D
2025-01-21 05:22:16 -06:00
parent 68cc03f3d0
commit a777461296
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -109,6 +109,5 @@ class InstallMenu(BaseMenu):
def install_crowsnest(self, **kwargs) -> None:
install_crowsnest()
# Add this method to handle DroidKlipp installation
def install_droidklipp(self, **kwargs) -> None:
install_droidklipp() # Call the function to install DroidKlipp
install_droidklipp()