Skip to content

Commit 010424f

Browse files
KOWX712ThanhCN0
andcommitted
scripts/action: remove MMRL from action redirect WebUI
MMRL has remove built-in WebUI, WebUI engine now rely on WebUI X: portable, so we no longer need this. refs: KOWX712/Tricky-Addon-Update-Target-List/pull/66 Co-Authored-By: Thanh Nguyen <[email protected]>
1 parent 78f7768 commit 010424f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

module/action.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ echo "━━━━━━━━━━━━━━━━━━━━━━━━
8484
if pm path io.github.a13e300.ksuwebui >/dev/null 2>&1; then
8585
echo "🚀 Launching WebUI in KSUWebUIStandalone..."
8686
am start -n "io.github.a13e300.ksuwebui/.WebUIActivity" -e id "system_app_nuker"
87-
elif pm path com.dergoogler.mmrl >/dev/null 2>&1; then
88-
echo "🚀 Launching WebUI in MMRL WebUI..."
89-
am start -n "com.dergoogler.mmrl/.ui.activity.webui.WebUIActivity" -e MOD_ID "system_app_nuker"
9087
elif pm path com.dergoogler.mmrl.wx > /dev/null 2>&1; then
9188
echo "🚀 Launching WebUI in WebUI X..."
9289
am start -n "com.dergoogler.mmrl.wx/.ui.activity.webui.WebUIActivity" -e MOD_ID "system_app_nuker"

0 commit comments

Comments
 (0)