manager: rename unmount -> umount for superuser label item

This commit is contained in:
Rifat Azad
2025-05-22 07:39:18 +06:00
parent 5cdec242eb
commit 74ab5488e1

View File

@@ -162,7 +162,7 @@ private fun AppItem(
} else { } else {
if (Natives.uidShouldUmount(app.uid)) { if (Natives.uidShouldUmount(app.uid)) {
LabelItem( LabelItem(
text = "UNMOUNT", text = "UMOUNT",
style = LabelItemDefaults.style.copy( style = LabelItemDefaults.style.copy(
containerColor = MaterialTheme.colorScheme.secondaryContainer, containerColor = MaterialTheme.colorScheme.secondaryContainer,
contentColor = MaterialTheme.colorScheme.onSecondaryContainer contentColor = MaterialTheme.colorScheme.onSecondaryContainer