Skip to content

Commit 9f2b6db

Browse files
Rem01GamingThanhCN0
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 <59661596+thanhcn0@users.noreply.github.com> Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent 55fe6d8 commit 9f2b6db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

module/action.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ if [ -n "$MAGISKTMP" ]; then
2626
am start -n "io.github.a13e300.ksuwebui/.WebUIActivity" -e id "encore"
2727
exit 0
2828
}
29-
pm path com.dergoogler.mmrl >/dev/null 2>&1 && {
30-
echo "- Launching WebUI in MMRL WebUI..."
31-
am start -n "com.dergoogler.mmrl/.ui.activity.webui.WebUIActivity" -e MOD_ID "encore"
32-
exit 0
33-
}
3429
pm path com.dergoogler.mmrl.webuix >/dev/null 2>&1 && {
3530
echo "- Launching WebUI in WebUI X..."
3631
am start -n "com.dergoogler.mmrl.webuix/.ui.activity.webui.WebUIActivity" -e MOD_ID "encore"

0 commit comments

Comments
 (0)