From 91ae4c9650eb6d2251cc36857a97772cfff7055a Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:03:14 +0800 Subject: [PATCH] =?UTF-8?q?manager:=20Update=20LKM=20select=20file=20promp?= =?UTF-8?q?t,=20support=20=E2=80=9Cinit=5Fboot=20/=20vendor=5Fboot?= =?UTF-8?q?=E2=80=9D=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/app/src/main/java/com/sukisu/ultra/ui/screen/Install.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/app/src/main/java/com/sukisu/ultra/ui/screen/Install.kt b/manager/app/src/main/java/com/sukisu/ultra/ui/screen/Install.kt index 9c8e212f..f719e148 100644 --- a/manager/app/src/main/java/com/sukisu/ultra/ui/screen/Install.kt +++ b/manager/app/src/main/java/com/sukisu/ultra/ui/screen/Install.kt @@ -373,7 +373,7 @@ private fun SelectInstallMethod( val horizonKernelSummary = stringResource(R.string.horizon_kernel_summary) val selectFileTip = stringResource( id = R.string.select_file_tip, - if (isInitBoot()) "init_boot" else "boot" + if (isInitBoot()) "init_boot / vendor_boot" else "boot" ) val radioOptions = mutableListOf(