manager: simplify kernel arch

Previously:

Kernel
4.19.331-Rissu

Kernel Arch
armv8l

This changes:

Kernel
4.19.331-Rissu (armv8l)

Suggested-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
Signed-off-by: rsuntk <90097027+rsuntk@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-05-15 20:40:50 +08:00
parent 0baccb7621
commit 129fed9c9f

View File

@@ -862,7 +862,7 @@ private fun InfoCard() {
InfoCardItem( InfoCardItem(
stringResource(R.string.home_kernel), stringResource(R.string.home_kernel),
uname.release, "${uname.release} (${uname.machine})",
icon = Icons.Default.Memory, icon = Icons.Default.Memory,
) )