fix: remove MMRL from action redirect webui (#66)

MMRL has removed WebUI, removing the call altogether fixes the silent failure and the WebUI X call from being unreachable if MMRL is installed.
This commit is contained in:
Thanh Nguyen
2025-06-09 08:46:21 -04:00
committed by GitHub
parent 07d2d808f1
commit a37c777572

View File

@@ -49,9 +49,6 @@ get_webui() {
if pm path io.github.a13e300.ksuwebui >/dev/null 2>&1; then
echo "- Launching WebUI in KSUWebUIStandalone..."
am start -n "io.github.a13e300.ksuwebui/.WebUIActivity" -e id "tricky_store"
elif pm path com.dergoogler.mmrl >/dev/null 2>&1; then
echo "- Launching WebUI in MMRL WebUI..."
am start -n "com.dergoogler.mmrl/.ui.activity.webui.WebUIActivity" -e MOD_ID "tricky_store"
elif pm path com.dergoogler.mmrl.wx > /dev/null 2>&1; then
echo "- Launching WebUI in WebUI X..."
am start -n "com.dergoogler.mmrl.wx/.ui.activity.webui.WebUIActivity" -e MOD_ID "tricky_store"